Html Css Color HEX #8575FE Light Slate Blue

📋 copy color: '#8575FE'

red 133 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #8575FE

Tints of Light Slate Blue #8575FE

RGB

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

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

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

R = 26.39%
G = 23.21%
B = 50.4%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8575FE (or 0x8575FE) is known color: Light Slate Blue. HEX triplet: 85, 75 and FE. RGB value is (133,117,254). Sum of RGB (Red+Green+Blue) = 133+117+254=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #8575FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575FE is #7A8A01. Grayscale: #888888. Windows color (decimal): -8030722 or 16676229. OLE color: 16676229.

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

Color convert

RGB 133 117 254 -
CMYK 0.48 0.54 0 0.00
HSL 247.01º 0.99% 0.73% -
HSV(B) 247.01º 0.54% 1% -
XYZ 33.92 24.86 96.78 -
YUV 137.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 133 117 254 0.48 0.54 0 0.00 247.01 0.99 0.73
Hex 85 75 FE 30 36 0 0 F7 63 49
Octal 205 165 376 60 66 0 0 367 143 111
Binary 10000101 1110101 11111110 110000 110110 0 0 11110111 1100011 1001001

Color Harmonies of #8575FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575FE

Black with #8575FE

Text Example


Text Example

White with #8575FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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