Html Css Color HEX #9575F3 Light Slate Blue

📋 copy color: '#9575F3'

red 149 ◦ green 117 ◦ blue 243

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

Shades of Light Slate Blue #9575F3

Tints of Light Slate Blue #9575F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 29.27%
G = 22.99%
B = 47.74%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9575F3 (or 0x9575F3) is known color: Light Slate Blue. HEX triplet: 95, 75 and F3. RGB value is (149,117,243). Sum of RGB (Red+Green+Blue) = 149+117+243=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #9575F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575F3 is #6A8A0C. Grayscale: #8C8C8C. Windows color (decimal): -6982157 or 15955349. OLE color: 15955349.

HSL color Cylindrical-coordinate representation of color #9575F3: hue angle of 255.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9575F3 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 117 243 -
CMYK 0.39 0.52 0 0.05
HSL 255.24º 0.84% 0.71% -
HSV(B) 255.24º 0.52% 0.95% -
XYZ 34.93 25.58 87.89 -
YUV 140.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 149 117 243 0.39 0.52 0 0.05 255.24 0.84 0.71
Hex 95 75 F3 27 34 0 5 FF 54 47
Octal 225 165 363 47 64 0 5 377 124 107
Binary 10010101 1110101 11110011 100111 110100 0 101 11111111 1010100 1000111

Color Harmonies of #9575F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575F3

Black with #9575F3

Text Example


Text Example

White with #9575F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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