Html Css Color HEX #868DFB Light Slate Blue

📋 copy color: '#868DFB'

red 134 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #868DFB

Tints of Light Slate Blue #868DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.81%

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

R = 25.48%
G = 26.81%
B = 47.72%

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

#868DFB (or 0x868DFB) is known color: Light Slate Blue. HEX triplet: 86, 8D and FB. RGB value is (134,141,251). Sum of RGB (Red+Green+Blue) = 134+141+251=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #868DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868DFB is #797204. Grayscale: #979797. Windows color (decimal): -7959045 or 16485766. OLE color: 16485766.

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

Color convert

RGB 134 141 251 -
CMYK 0.47 0.44 0 0.02
HSL 236.41º 0.94% 0.75% -
HSV(B) 236.41º 0.47% 0.98% -
XYZ 36.77 31.08 95.33 -
YUV 151.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 134 141 251 0.47 0.44 0 0.02 236.41 0.94 0.75
Hex 86 8D FB 2F 2C 0 2 EC 5E 4B
Octal 206 215 373 57 54 0 2 354 136 113
Binary 10000110 10001101 11111011 101111 101100 0 10 11101100 1011110 1001011

Color Harmonies of #868DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DFB

Black with #868DFB

Text Example


Text Example

White with #868DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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