Html Css Color HEX #868FFB Light Slate Blue

📋 copy color: '#868FFB'

red 134 ◦ green 143 ◦ blue 251

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

Shades of Light Slate Blue #868FFB

Tints of Light Slate Blue #868FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

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

R = 25.38%
G = 27.08%
B = 47.54%

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

#868FFB (or 0x868FFB) is known color: Light Slate Blue. HEX triplet: 86, 8F and FB. RGB value is (134,143,251). Sum of RGB (Red+Green+Blue) = 134+143+251=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #868FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868FFB is #797004. Grayscale: #989898. Windows color (decimal): -7958533 or 16486278. OLE color: 16486278.

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

Color convert

RGB 134 143 251 -
CMYK 0.47 0.43 0 0.02
HSL 235.38º 0.94% 0.75% -
HSV(B) 235.38º 0.47% 0.98% -
XYZ 37.07 31.68 95.43 -
YUV 152.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 134 143 251 0.47 0.43 0 0.02 235.38 0.94 0.75
Hex 86 8F FB 2F 2B 0 2 EB 5E 4B
Octal 206 217 373 57 53 0 2 353 136 113
Binary 10000110 10001111 11111011 101111 101011 0 10 11101011 1011110 1001011

Color Harmonies of #868FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FFB

Black with #868FFB

Text Example


Text Example

White with #868FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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