Html Css Color HEX #858CF8 Light Slate Blue

📋 copy color: '#858CF8'

red 133 ◦ green 140 ◦ blue 248

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

Shades of Light Slate Blue #858CF8

Tints of Light Slate Blue #858CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.87%

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 25.53%
G = 26.87%
B = 47.6%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#858CF8 (or 0x858CF8) is known color: Light Slate Blue. HEX triplet: 85, 8C and F8. RGB value is (133,140,248). Sum of RGB (Red+Green+Blue) = 133+140+248=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #858CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CF8 is #7A7307. Grayscale: #959595. Windows color (decimal): -8024840 or 16288901. OLE color: 16288901.

HSL color Cylindrical-coordinate representation of color #858CF8: hue angle of 236.35º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858CF8 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 140 248 -
CMYK 0.46 0.44 0 0.03
HSL 236.35º 0.89% 0.75% -
HSV(B) 236.35º 0.46% 0.97% -
XYZ 35.99 30.52 92.8 -
YUV 150.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 133 140 248 0.46 0.44 0 0.03 236.35 0.89 0.75
Hex 85 8C F8 2E 2C 0 3 EC 59 4B
Octal 205 214 370 56 54 0 3 354 131 113
Binary 10000101 10001100 11111000 101110 101100 0 11 11101100 1011001 1001011

Color Harmonies of #858CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CF8

Black with #858CF8

Text Example


Text Example

White with #858CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,248); }

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

background-color css

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

 a { background-color: rgb(133,140,248); }

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

border-color css

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

 span { border-color: rgb(133,140,248); }

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