#7165FC

Color #7165FC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7165FC

Tints of Medium Slate Blue #7165FC

Color information

#7165FC (or 0x7165FC) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 65 and FC. RGB value is (113,101,252). Sum of RGB (Red+Green+Blue) = 113+101+252=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #7165FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7165FC is #8E9A03. Grayscale: #797979. Windows color (decimal): -9345540 or 16541041. OLE color: 16541041.

HSL color Cylindrical-coordinate representation of color #7165FC: hue angle of 244.77º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7165FC is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113101252-
CMYK0.550.6000.01
HSL244.77º96.18%69.22%-
HSV(B)244.77º59.92%98.82%-
XYZ29.0319.8594.4-
YUV121.8201.48121.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=24.25%
G=21.67%
B=54.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131012520.550.6000.01244.7796.1869.22
Hex7165FC373C01f56045
Octal161145374677401365140105
Binary1110001110010111111100110111111100011111010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7165FC; }

 p { color: rgb(113,101,252); }

 H1.HeaderClassName
 {
   color: #7165FC;
 }
 .AnyTagClassName
 {
   color: #7165FC;
 }
</style>
background-color css

<style>
 a { background-color: #7165FC; }

 a { background-color: rgb(113,101,252); }

 div.DivClassName
 {
   background-color: #7165FC;
 }
 .BgClassName
 {
   background-color: #7165FC;
 }
</style>
border-color css

<style>
 span { border-color: #7165FC; }

 span { border-color: rgb(113,101,252); }

 td.TdClassName
 {
   border-color: #7165FC;
 }
 .TagClassName
 {
   border-color: #7165FC;
 }
</style>