Html Css Color HEX #9575FC Light Slate Blue

📋 copy color: '#9575FC'

red 149 ◦ green 117 ◦ blue 252

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

Shades of Light Slate Blue #9575FC

Tints of Light Slate Blue #9575FC

RGB

 RED value IS 149 (58.59% from 255) = 28.76%

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

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

R = 28.76%
G = 22.59%
B = 48.65%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9575FC (or 0x9575FC) is known color: Light Slate Blue. HEX triplet: 95, 75 and FC. RGB value is (149,117,252). Sum of RGB (Red+Green+Blue) = 149+117+252=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #9575FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575FC is #6A8A03. Grayscale: #8D8D8D. Windows color (decimal): -6982148 or 16545173. OLE color: 16545173.

HSL color Cylindrical-coordinate representation of color #9575FC: hue angle of 254.22º 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 #9575FC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 117 252 -
CMYK 0.41 0.54 0 0.01
HSL 254.22º 0.96% 0.72% -
HSV(B) 254.22º 0.54% 0.99% -
XYZ 36.33 26.14 95.23 -
YUV 141.96 190.1 133.02 -
System Red Green Blue C M Y K H S L
Decimal 149 117 252 0.41 0.54 0 0.01 254.22 0.96 0.72
Hex 95 75 FC 29 36 0 1 FE 60 48
Octal 225 165 374 51 66 0 1 376 140 110
Binary 10010101 1110101 11111100 101001 110110 0 1 11111110 1100000 1001000

Color Harmonies of #9575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575FC

Black with #9575FC

Text Example


Text Example

White with #9575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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