Html Css Color HEX #858DFF Light Slate Blue

📋 copy color: '#858DFF'

red 133 ◦ green 141 ◦ blue 255

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

Shades of Light Slate Blue #858DFF

Tints of Light Slate Blue #858DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 25.14%
G = 26.65%
B = 48.2%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#858DFF (or 0x858DFF) is known color: Light Slate Blue. HEX triplet: 85, 8D and FF. RGB value is (133,141,255). Sum of RGB (Red+Green+Blue) = 133+141+255=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #858DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DFF is #7A7200. Grayscale: #979797. Windows color (decimal): -8024577 or 16747909. OLE color: 16747909.

HSL color Cylindrical-coordinate representation of color #858DFF: hue angle of 236.07º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858DFF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 141 255 -
CMYK 0.48 0.45 0 0
HSL 236.07º 1% 0.76% -
HSV(B) 236.07º 0.48% 1% -
XYZ 37.25 31.26 98.68 -
YUV 151.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 133 141 255 0.48 0.45 0 0 236.07 1 0.76
Hex 85 8D FF 30 2D 0 0 EC 64 4C
Octal 205 215 377 60 55 0 0 354 144 114
Binary 10000101 10001101 11111111 110000 101101 0 0 11101100 1100100 1001100

Color Harmonies of #858DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DFF

Black with #858DFF

Text Example


Text Example

White with #858DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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