Html Css Color HEX #8575FF Light Slate Blue

📋 copy color: '#8575FF'

red 133 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #8575FF

Tints of Light Slate Blue #8575FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.17%

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

R = 26.34%
G = 23.17%
B = 50.5%

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

#8575FF (or 0x8575FF) is known color: Light Slate Blue. HEX triplet: 85, 75 and FF. RGB value is (133,117,255). Sum of RGB (Red+Green+Blue) = 133+117+255=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #8575FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575FF is #7A8A00. Grayscale: #888888. Windows color (decimal): -8030721 or 16741765. OLE color: 16741765.

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

Color convert

RGB 133 117 255 -
CMYK 0.48 0.54 0 0
HSL 246.96º 1% 0.73% -
HSV(B) 246.96º 0.54% 1% -
XYZ 34.08 24.93 97.62 -
YUV 137.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 133 117 255 0.48 0.54 0 0 246.96 1 0.73
Hex 85 75 FF 30 36 0 0 F7 64 49
Octal 205 165 377 60 66 0 0 367 144 111
Binary 10000101 1110101 11111111 110000 110110 0 0 11110111 1100100 1001001

Color Harmonies of #8575FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575FF

Black with #8575FF

Text Example


Text Example

White with #8575FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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