Html Css Color HEX #8575FC Light Slate Blue

📋 copy color: '#8575FC'

red 133 ◦ green 117 ◦ blue 252

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

Shades of Light Slate Blue #8575FC

Tints of Light Slate Blue #8575FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 26.49%
G = 23.31%
B = 50.2%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8575FC (or 0x8575FC) is known color: Light Slate Blue. HEX triplet: 85, 75 and FC. RGB value is (133,117,252). Sum of RGB (Red+Green+Blue) = 133+117+252=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #8575FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575FC is #7A8A03. Grayscale: #888888. Windows color (decimal): -8030724 or 16545157. OLE color: 16545157.

HSL color Cylindrical-coordinate representation of color #8575FC: hue angle of 247.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8575FC is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 117 252 -
CMYK 0.47 0.54 0 0.01
HSL 247.11º 0.96% 0.72% -
HSV(B) 247.11º 0.54% 0.99% -
XYZ 33.6 24.74 95.1 -
YUV 137.17 192.8 125.02 -
System Red Green Blue C M Y K H S L
Decimal 133 117 252 0.47 0.54 0 0.01 247.11 0.96 0.72
Hex 85 75 FC 2F 36 0 1 F7 60 48
Octal 205 165 374 57 66 0 1 367 140 110
Binary 10000101 1110101 11111100 101111 110110 0 1 11110111 1100000 1001000

Color Harmonies of #8575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575FC

Black with #8575FC

Text Example


Text Example

White with #8575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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