Html Css Color HEX #868BF9 Light Slate Blue

📋 copy color: '#868BF9'

red 134 ◦ green 139 ◦ blue 249

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

Shades of Light Slate Blue #868BF9

Tints of Light Slate Blue #868BF9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.63%

 BLUE value IS 249 (97.66% from 255) = 47.7%

R = 25.67%
G = 26.63%
B = 47.7%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#868BF9 (or 0x868BF9) is known color: Light Slate Blue. HEX triplet: 86, 8B and F9. RGB value is (134,139,249). Sum of RGB (Red+Green+Blue) = 134+139+249=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #868BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868BF9 is #797406. Grayscale: #959595. Windows color (decimal): -7959559 or 16354182. OLE color: 16354182.

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

Color convert

RGB 134 139 249 -
CMYK 0.46 0.44 0 0.02
HSL 237.39º 0.91% 0.75% -
HSV(B) 237.39º 0.46% 0.98% -
XYZ 36.16 30.37 93.58 -
YUV 150.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 134 139 249 0.46 0.44 0 0.02 237.39 0.91 0.75
Hex 86 8B F9 2E 2C 0 2 ED 5B 4B
Octal 206 213 371 56 54 0 2 355 133 113
Binary 10000110 10001011 11111001 101110 101100 0 10 11101101 1011011 1001011

Color Harmonies of #868BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868BF9

Black with #868BF9

Text Example


Text Example

White with #868BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,139,249); }

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

background-color css

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

 a { background-color: rgb(134,139,249); }

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

border-color css

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

 span { border-color: rgb(134,139,249); }

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