#9472f5

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

Shades of Light Slate Blue #9472F5

Tints of Light Slate Blue #9472F5

Color information

#9472F5 (or 0x9472F5) is unknown color: approx Light Slate Blue. HEX triplet: 94, 72 and F5. RGB value is (148,114,245). Sum of RGB (Red+Green+Blue) = 148+114+245=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #9472F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472F5 is #6B8D0A. Grayscale: #8A8A8A. Windows color (decimal): -7048459 or 16085652. OLE color: 16085652.

HSL color Cylindrical-coordinate representation of color #9472F5: hue angle of 255.57º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9472F5 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB148114245-
CMYK0.400.5300.04
HSL255.57º86.75%70.39%-
HSV(B)255.57º53.47%96.08%-
XYZ34.7124.9289.37-
YUV139.1187.76134.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 245 (96.09% from 255) = 48.32%
R=29.19%
G=22.49%
B=48.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1481142450.400.5300.04255.5786.7570.39
Hex9472F52835041005746
Octal224162365506504400127106
Binary10010100111001011110101101000110101010010000000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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