Html Css Color HEX #9572F9 Light Slate Blue

📋 copy color: '#9572F9'

red 149 ◦ green 114 ◦ blue 249

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

Shades of Light Slate Blue #9572F9

Tints of Light Slate Blue #9572F9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 29.1%
G = 22.27%
B = 48.63%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9572F9 (or 0x9572F9) is known color: Light Slate Blue. HEX triplet: 95, 72 and F9. RGB value is (149,114,249). Sum of RGB (Red+Green+Blue) = 149+114+249=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #9572F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9572F9 is #6A8D06. Grayscale: #8B8B8B. Windows color (decimal): -6982919 or 16347797. OLE color: 16347797.

HSL color Cylindrical-coordinate representation of color #9572F9: hue angle of 255.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9572F9 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 114 249 -
CMYK 0.40 0.54 0 0.02
HSL 255.56º 0.92% 0.71% -
HSV(B) 255.56º 0.54% 0.98% -
XYZ 35.51 25.26 92.63 -
YUV 139.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 149 114 249 0.40 0.54 0 0.02 255.56 0.92 0.71
Hex 95 72 F9 28 36 0 2 100 5C 47
Octal 225 162 371 50 66 0 2 400 134 107
Binary 10010101 1110010 11111001 101000 110110 0 10 100000000 1011100 1000111

Color Harmonies of #9572F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572F9

Black with #9572F9

Text Example


Text Example

White with #9572F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9572F9; }

 p { color: rgb(149,114,249); }

 H1.HeaderClassName
 {
   color: #9572F9;
 }
 .AnyTagClassName
 {
   color: #9572F9;
 }
</style>

background-color css

<style>
 a { background-color: #9572F9; }

 a { background-color: rgb(149,114,249); }

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

border-color css

<style>
 span { border-color: #9572F9; }

 span { border-color: rgb(149,114,249); }

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