Html Css Color HEX #868EFB Light Slate Blue

📋 copy color: '#868EFB'

red 134 ◦ green 142 ◦ blue 251

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

Shades of Light Slate Blue #868EFB

Tints of Light Slate Blue #868EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 25.43%
G = 26.94%
B = 47.63%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#868EFB (or 0x868EFB) is known color: Light Slate Blue. HEX triplet: 86, 8E and FB. RGB value is (134,142,251). Sum of RGB (Red+Green+Blue) = 134+142+251=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #868EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EFB is #797104. Grayscale: #979797. Windows color (decimal): -7958789 or 16486022. OLE color: 16486022.

HSL color Cylindrical-coordinate representation of color #868EFB: hue angle of 235.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #868EFB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 142 251 -
CMYK 0.47 0.43 0 0.02
HSL 235.9º 0.94% 0.75% -
HSV(B) 235.9º 0.47% 0.98% -
XYZ 36.92 31.38 95.38 -
YUV 152.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 134 142 251 0.47 0.43 0 0.02 235.9 0.94 0.75
Hex 86 8E FB 2F 2B 0 2 EC 5E 4B
Octal 206 216 373 57 53 0 2 354 136 113
Binary 10000110 10001110 11111011 101111 101011 0 10 11101100 1011110 1001011

Color Harmonies of #868EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868EFB

Black with #868EFB

Text Example


Text Example

White with #868EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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