#8685FC

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

Shades of Light Slate Blue #8685FC

Tints of Light Slate Blue #8685FC

Color information

#8685FC (or 0x8685FC) is unknown color: approx Light Slate Blue. HEX triplet: 86, 85 and FC. RGB value is (134,133,252). Sum of RGB (Red+Green+Blue) = 134+133+252=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #8685FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8685FC is #797A03. Grayscale: #929292. Windows color (decimal): -7961092 or 16549254. OLE color: 16549254.

HSL color Cylindrical-coordinate representation of color #8685FC: hue angle of 240.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8685FC is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134133252-
CMYK0.470.4700.01
HSL240.5º95.2%75.49%-
HSV(B)240.5º47.22%98.82%-
XYZ35.7928.8795.78-
YUV146.86187.33118.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.82%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 252 (98.83% from 255) = 48.55%
R=25.82%
G=25.63%
B=48.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341332520.470.4700.01240.595.275.49
Hex8685FC2F2F01f15f4b
Octal206205374575701361137113
Binary100001101000010111111100101111101111011111000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8685FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,133,252); }

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

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

 a { background-color: rgb(134,133,252); }

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

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

 span { border-color: rgb(134,133,252); }

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