Html Css Color HEX #8576FA Light Slate Blue

📋 copy color: '#8576FA'

red 133 ◦ green 118 ◦ blue 250

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

Shades of Light Slate Blue #8576FA

Tints of Light Slate Blue #8576FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 26.55%
G = 23.55%
B = 49.9%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8576FA (or 0x8576FA) is known color: Light Slate Blue. HEX triplet: 85, 76 and FA. RGB value is (133,118,250). Sum of RGB (Red+Green+Blue) = 133+118+250=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #8576FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8576FA is #7A8905. Grayscale: #898989. Windows color (decimal): -8030470 or 16414341. OLE color: 16414341.

HSL color Cylindrical-coordinate representation of color #8576FA: hue angle of 246.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8576FA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 118 250 -
CMYK 0.47 0.53 0 0.02
HSL 246.82º 0.93% 0.72% -
HSV(B) 246.82º 0.53% 0.98% -
XYZ 33.41 24.85 93.48 -
YUV 137.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 133 118 250 0.47 0.53 0 0.02 246.82 0.93 0.72
Hex 85 76 FA 2F 35 0 2 F7 5D 48
Octal 205 166 372 57 65 0 2 367 135 110
Binary 10000101 1110110 11111010 101111 110101 0 10 11110111 1011101 1001000

Color Harmonies of #8576FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8576FA

Black with #8576FA

Text Example


Text Example

White with #8576FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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