Html Css Color HEX #858AFE Light Slate Blue

📋 copy color: '#858AFE'

red 133 ◦ green 138 ◦ blue 254

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

Shades of Light Slate Blue #858AFE

Tints of Light Slate Blue #858AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 25.33%
G = 26.29%
B = 48.38%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#858AFE (or 0x858AFE) is known color: Light Slate Blue. HEX triplet: 85, 8A and FE. RGB value is (133,138,254). Sum of RGB (Red+Green+Blue) = 133+138+254=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #858AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AFE is #7A7501. Grayscale: #959595. Windows color (decimal): -8025346 or 16681605. OLE color: 16681605.

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

Color convert

RGB 133 138 254 -
CMYK 0.48 0.46 0 0.00
HSL 237.52º 0.98% 0.76% -
HSV(B) 237.52º 0.48% 1% -
XYZ 36.65 30.32 97.69 -
YUV 149.73 186.84 116.07 -
System Red Green Blue C M Y K H S L
Decimal 133 138 254 0.48 0.46 0 0.00 237.52 0.98 0.76
Hex 85 8A FE 30 2E 0 0 EE 62 4C
Octal 205 212 376 60 56 0 0 356 142 114
Binary 10000101 10001010 11111110 110000 101110 0 0 11101110 1100010 1001100

Color Harmonies of #858AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AFE

Black with #858AFE

Text Example


Text Example

White with #858AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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