Html Css Color HEX #868CFB Light Slate Blue

📋 copy color: '#868CFB'

red 134 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #868CFB

Tints of Light Slate Blue #868CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.67%

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

R = 25.52%
G = 26.67%
B = 47.81%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#868CFB (or 0x868CFB) is known color: Light Slate Blue. HEX triplet: 86, 8C and FB. RGB value is (134,140,251). Sum of RGB (Red+Green+Blue) = 134+140+251=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #868CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CFB is #797304. Grayscale: #969696. Windows color (decimal): -7959301 or 16485510. OLE color: 16485510.

HSL color Cylindrical-coordinate representation of color #868CFB: hue angle of 236.92º 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 #868CFB is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 140 251 -
CMYK 0.47 0.44 0 0.02
HSL 236.92º 0.94% 0.75% -
HSV(B) 236.92º 0.47% 0.98% -
XYZ 36.62 30.79 95.28 -
YUV 150.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 134 140 251 0.47 0.44 0 0.02 236.92 0.94 0.75
Hex 86 8C FB 2F 2C 0 2 ED 5E 4B
Octal 206 214 373 57 54 0 2 355 136 113
Binary 10000110 10001100 11111011 101111 101100 0 10 11101101 1011110 1001011

Color Harmonies of #868CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868CFB

Black with #868CFB

Text Example


Text Example

White with #868CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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