Html Css Color HEX #9572FB Light Slate Blue

📋 copy color: '#9572FB'

red 149 ◦ green 114 ◦ blue 251

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

Shades of Light Slate Blue #9572FB

Tints of Light Slate Blue #9572FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 28.99%
G = 22.18%
B = 48.83%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9572FB (or 0x9572FB) is known color: Light Slate Blue. HEX triplet: 95, 72 and FB. RGB value is (149,114,251). Sum of RGB (Red+Green+Blue) = 149+114+251=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #9572FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9572FB is #6A8D04. Grayscale: #8B8B8B. Windows color (decimal): -6982917 or 16478869. OLE color: 16478869.

HSL color Cylindrical-coordinate representation of color #9572FB: hue angle of 255.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9572FB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 114 251 -
CMYK 0.41 0.55 0 0.02
HSL 255.33º 0.94% 0.72% -
HSV(B) 255.33º 0.55% 0.98% -
XYZ 35.82 25.39 94.28 -
YUV 140.08 190.6 134.36 -
System Red Green Blue C M Y K H S L
Decimal 149 114 251 0.41 0.55 0 0.02 255.33 0.94 0.72
Hex 95 72 FB 29 37 0 2 FF 5E 48
Octal 225 162 373 51 67 0 2 377 136 110
Binary 10010101 1110010 11111011 101001 110111 0 10 11111111 1011110 1001000

Color Harmonies of #9572FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572FB

Black with #9572FB

Text Example


Text Example

White with #9572FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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