Html Css Color HEX #858DF9 Light Slate Blue

📋 copy color: '#858DF9'

red 133 ◦ green 141 ◦ blue 249

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

Shades of Light Slate Blue #858DF9

Tints of Light Slate Blue #858DF9

RGB

 RED value IS 133 (52.34% from 255) = 25.43%

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

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

R = 25.43%
G = 26.96%
B = 47.61%

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

#858DF9 (or 0x858DF9) is known color: Light Slate Blue. HEX triplet: 85, 8D and F9. RGB value is (133,141,249). Sum of RGB (Red+Green+Blue) = 133+141+249=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #858DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DF9 is #7A7206. Grayscale: #969696. Windows color (decimal): -8024583 or 16354693. OLE color: 16354693.

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

Color convert

RGB 133 141 249 -
CMYK 0.47 0.43 0 0.02
HSL 235.86º 0.91% 0.75% -
HSV(B) 235.86º 0.47% 0.98% -
XYZ 36.3 30.88 93.67 -
YUV 150.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 133 141 249 0.47 0.43 0 0.02 235.86 0.91 0.75
Hex 85 8D F9 2F 2B 0 2 EC 5B 4B
Octal 205 215 371 57 53 0 2 354 133 113
Binary 10000101 10001101 11111001 101111 101011 0 10 11101100 1011011 1001011

Color Harmonies of #858DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DF9

Black with #858DF9

Text Example


Text Example

White with #858DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858DF9; }

 p { color: rgb(133,141,249); }

 H1.HeaderClassName
 {
   color: #858DF9;
 }
 .AnyTagClassName
 {
   color: #858DF9;
 }
</style>

background-color css

<style>
 a { background-color: #858DF9; }

 a { background-color: rgb(133,141,249); }

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

border-color css

<style>
 span { border-color: #858DF9; }

 span { border-color: rgb(133,141,249); }

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