Html Css Color HEX #858DF8 Light Slate Blue

📋 copy color: '#858DF8'

red 133 ◦ green 141 ◦ blue 248

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

Shades of Light Slate Blue #858DF8

Tints of Light Slate Blue #858DF8

RGB

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

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

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

R = 25.48%
G = 27.01%
B = 47.51%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#858DF8 (or 0x858DF8) is known color: Light Slate Blue. HEX triplet: 85, 8D and F8. RGB value is (133,141,248). Sum of RGB (Red+Green+Blue) = 133+141+248=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #858DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DF8 is #7A7207. Grayscale: #969696. Windows color (decimal): -8024584 or 16289157. OLE color: 16289157.

HSL color Cylindrical-coordinate representation of color #858DF8: hue angle of 235.83º 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 #858DF8 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 141 248 -
CMYK 0.46 0.43 0 0.03
HSL 235.83º 0.89% 0.75% -
HSV(B) 235.83º 0.46% 0.97% -
XYZ 36.14 30.81 92.85 -
YUV 150.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 133 141 248 0.46 0.43 0 0.03 235.83 0.89 0.75
Hex 85 8D F8 2E 2B 0 3 EC 59 4B
Octal 205 215 370 56 53 0 3 354 131 113
Binary 10000101 10001101 11111000 101110 101011 0 11 11101100 1011001 1001011

Color Harmonies of #858DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DF8

Black with #858DF8

Text Example


Text Example

White with #858DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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