Html Css Color HEX #8558FF Light Slate Blue

📋 copy color: '#8558FF'

red 133 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #8558FF

Tints of Light Slate Blue #8558FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.49%

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

R = 27.94%
G = 18.49%
B = 53.57%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8558FF (or 0x8558FF) is known color: Light Slate Blue. HEX triplet: 85, 58 and FF. RGB value is (133,88,255). Sum of RGB (Red+Green+Blue) = 133+88+255=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #8558FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8558FF is #7AA700. Grayscale: #777777. Windows color (decimal): -8038145 or 16734341. OLE color: 16734341.

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

Color convert

RGB 133 88 255 -
CMYK 0.48 0.65 0 0
HSL 256.17º 1% 0.67% -
HSV(B) 256.17º 0.65% 1% -
XYZ 31.21 19.19 96.67 -
YUV 120.49 203.91 136.92 -
System Red Green Blue C M Y K H S L
Decimal 133 88 255 0.48 0.65 0 0 256.17 1 0.67
Hex 85 58 FF 30 41 0 0 100 64 43
Octal 205 130 377 60 101 0 0 400 144 103
Binary 10000101 1011000 11111111 110000 1000001 0 0 100000000 1100100 1000011

Color Harmonies of #8558FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558FF

Black with #8558FF

Text Example


Text Example

White with #8558FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8558FF; }

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

 H1.HeaderClassName
 {
   color: #8558FF;
 }
 .AnyTagClassName
 {
   color: #8558FF;
 }
</style>

background-color css

<style>
 a { background-color: #8558FF; }

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

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

border-color css

<style>
 span { border-color: #8558FF; }

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

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