Html Css Color HEX #8576FF Light Slate Blue

📋 copy color: '#8576FF'

red 133 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #8576FF

Tints of Light Slate Blue #8576FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.32%

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

R = 26.28%
G = 23.32%
B = 50.4%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8576FF (or 0x8576FF) is known color: Light Slate Blue. HEX triplet: 85, 76 and FF. RGB value is (133,118,255). Sum of RGB (Red+Green+Blue) = 133+118+255=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8576FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8576FF is #7A8900. Grayscale: #898989. Windows color (decimal): -8030465 or 16742021. OLE color: 16742021.

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

Color convert

RGB 133 118 255 -
CMYK 0.48 0.54 0 0
HSL 246.57º 1% 0.73% -
HSV(B) 246.57º 0.54% 1% -
XYZ 34.2 25.16 97.66 -
YUV 138.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 133 118 255 0.48 0.54 0 0 246.57 1 0.73
Hex 85 76 FF 30 36 0 0 F7 64 49
Octal 205 166 377 60 66 0 0 367 144 111
Binary 10000101 1110110 11111111 110000 110110 0 0 11110111 1100100 1001001

Color Harmonies of #8576FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8576FF

Black with #8576FF

Text Example


Text Example

White with #8576FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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