Html Css Color HEX #858AF9 Light Slate Blue

📋 copy color: '#858AF9'

red 133 ◦ green 138 ◦ blue 249

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

Shades of Light Slate Blue #858AF9

Tints of Light Slate Blue #858AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.54%

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

R = 25.58%
G = 26.54%
B = 47.88%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#858AF9 (or 0x858AF9) is known color: Light Slate Blue. HEX triplet: 85, 8A and F9. RGB value is (133,138,249). Sum of RGB (Red+Green+Blue) = 133+138+249=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #858AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AF9 is #7A7506. Grayscale: #949494. Windows color (decimal): -8025351 or 16353925. OLE color: 16353925.

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

Color convert

RGB 133 138 249 -
CMYK 0.47 0.45 0 0.02
HSL 237.41º 0.91% 0.75% -
HSV(B) 237.41º 0.47% 0.98% -
XYZ 35.86 30 93.52 -
YUV 149.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 133 138 249 0.47 0.45 0 0.02 237.41 0.91 0.75
Hex 85 8A F9 2F 2D 0 2 ED 5B 4B
Octal 205 212 371 57 55 0 2 355 133 113
Binary 10000101 10001010 11111001 101111 101101 0 10 11101101 1011011 1001011

Color Harmonies of #858AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AF9

Black with #858AF9

Text Example


Text Example

White with #858AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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