Html Css Color HEX #868EFC Light Slate Blue

📋 copy color: '#868EFC'

red 134 ◦ green 142 ◦ blue 252

#868EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #868EFC

Tints of Light Slate Blue #868EFC

RGB

 RED value IS 134 (52.73% from 255) = 25.38%

 GREEN value IS 142 (55.86% from 255) = 26.89%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 25.38%
G = 26.89%
B = 47.73%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#868EFC (or 0x868EFC) is known color: Light Slate Blue. HEX triplet: 86, 8E and FC. RGB value is (134,142,252). Sum of RGB (Red+Green+Blue) = 134+142+252=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #868EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EFC is #797103. Grayscale: #979797. Windows color (decimal): -7958788 or 16551558. OLE color: 16551558.

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

Color convert

RGB 134 142 252 -
CMYK 0.47 0.44 0 0.01
HSL 235.93º 0.95% 0.76% -
HSV(B) 235.93º 0.47% 0.99% -
XYZ 37.08 31.44 96.21 -
YUV 152.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 134 142 252 0.47 0.44 0 0.01 235.93 0.95 0.76
Hex 86 8E FC 2F 2C 0 1 EC 5F 4C
Octal 206 216 374 57 54 0 1 354 137 114
Binary 10000110 10001110 11111100 101111 101100 0 1 11101100 1011111 1001100

Color Harmonies of #868EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868EFC

Black with #868EFC

Text Example


Text Example

White with #868EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #868EFC;
 }
 .AnyTagClassName
 {
   color: #868EFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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