#868CF7

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

Shades of Light Slate Blue #868CF7

Tints of Light Slate Blue #868CF7

Color information

#868CF7 (or 0x868CF7) is unknown color: approx Light Slate Blue. HEX triplet: 86, 8C and F7. RGB value is (134,140,247). Sum of RGB (Red+Green+Blue) = 134+140+247=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #868CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CF7 is #797308. Grayscale: #959595. Windows color (decimal): -7959305 or 16223366. OLE color: 16223366.

HSL color Cylindrical-coordinate representation of color #868CF7: hue angle of 236.81º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #868CF7 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB134140247-
CMYK0.460.4300.03
HSL236.81º87.6%74.71%-
HSV(B)236.81º45.75%96.86%-
XYZ3630.5491.99-
YUV150.4182.51116.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 247 (96.88% from 255) = 47.41%
R=25.72%
G=26.87%
B=47.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1341402470.460.4300.03236.8187.674.71
Hex868CF72E2B03ed584b
Octal206214367565303355130113
Binary1000011010001100111101111011101010110111110110110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868CF7; }

 p { color: rgb(134,140,247); }

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

<style>
 a { background-color: #868CF7; }

 a { background-color: rgb(134,140,247); }

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

<style>
 span { border-color: #868CF7; }

 span { border-color: rgb(134,140,247); }

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