#9A72FF

Color #9A72FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9A72FF

Tints of Light Slate Blue #9A72FF

Color information

#9A72FF (or 0x9A72FF) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 72 and FF. RGB value is (154,114,255). Sum of RGB (Red+Green+Blue) = 154+114+255=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A72FF is #658D00. Grayscale: #8D8D8D. Windows color (decimal): -6655233 or 16741018. OLE color: 16741018.

HSL color Cylindrical-coordinate representation of color #9A72FF: hue angle of 257.02º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A72FF is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154114255-
CMYK0.400.5500
HSL257.02º100%72.35%-
HSV(B)257.02º55.29%100%-
XYZ37.3926.1297.68-
YUV142.03191.75136.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 114 (44.92% from 255) = 21.80%
BLUE value IS 255 (100% from 255) = 48.76%
R=29.45%
G=21.80%
B=48.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541142550.400.5500257.0210072.35
Hex9A72FF2837001016448
Octal232162377506700401144110
Binary100110101110010111111111010001101110010000000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A72FF; }

 p { color: rgb(154,114,255); }

 H1.HeaderClassName
 {
   color: #9A72FF;
 }
 .AnyTagClassName
 {
   color: #9A72FF;
 }
</style>
background-color css

<style>
 a { background-color: #9A72FF; }

 a { background-color: rgb(154,114,255); }

 div.DivClassName
 {
   background-color: #9A72FF;
 }
 .BgClassName
 {
   background-color: #9A72FF;
 }
</style>
border-color css

<style>
 span { border-color: #9A72FF; }

 span { border-color: rgb(154,114,255); }

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