#9472FF

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

Shades of Light Slate Blue #9472FF

Tints of Light Slate Blue #9472FF

Color information

#9472FF (or 0x9472FF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 72 and FF. RGB value is (148,114,255). Sum of RGB (Red+Green+Blue) = 148+114+255=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #9472FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472FF is #6B8D00. Grayscale: #8B8B8B. Windows color (decimal): -7048449 or 16741012. OLE color: 16741012.

HSL color Cylindrical-coordinate representation of color #9472FF: hue angle of 254.47º 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 #9472FF is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148114255-
CMYK0.420.5500
HSL254.47º100%72.35%-
HSV(B)254.47º55.29%100%-
XYZ36.2825.5597.63-
YUV140.24192.76133.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 255 (100% from 255) = 49.32%
R=28.63%
G=22.05%
B=49.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481142550.420.5500254.4710072.35
Hex9472FF2A3700fe6448
Octal224162377526700376144110
Binary10010100111001011111111101010110111001111111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9472FF; }

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

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

<style>
 a { background-color: #9472FF; }

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

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

<style>
 span { border-color: #9472FF; }

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

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