Html Css Color HEX #858AFF Light Slate Blue

📋 copy color: '#858AFF'

red 133 ◦ green 138 ◦ blue 255

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

Shades of Light Slate Blue #858AFF

Tints of Light Slate Blue #858AFF

RGB

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

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

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

R = 25.29%
G = 26.24%
B = 48.48%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#858AFF (or 0x858AFF) is known color: Light Slate Blue. HEX triplet: 85, 8A and FF. RGB value is (133,138,255). Sum of RGB (Red+Green+Blue) = 133+138+255=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #858AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AFF is #7A7500. Grayscale: #959595. Windows color (decimal): -8025345 or 16747141. OLE color: 16747141.

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

Color convert

RGB 133 138 255 -
CMYK 0.48 0.46 0 0
HSL 237.54º 1% 0.76% -
HSV(B) 237.54º 0.48% 1% -
XYZ 36.81 30.38 98.53 -
YUV 149.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 133 138 255 0.48 0.46 0 0 237.54 1 0.76
Hex 85 8A FF 30 2E 0 0 EE 64 4C
Octal 205 212 377 60 56 0 0 356 144 114
Binary 10000101 10001010 11111111 110000 101110 0 0 11101110 1100100 1001100

Color Harmonies of #858AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AFF

Black with #858AFF

Text Example


Text Example

White with #858AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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