#9470FF

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

Shades of Light Slate Blue #9470FF

Tints of Light Slate Blue #9470FF

Color information

#9470FF (or 0x9470FF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 70 and FF. RGB value is (148,112,255). Sum of RGB (Red+Green+Blue) = 148+112+255=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #9470FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9470FF is #6B8F00. Grayscale: #8A8A8A. Windows color (decimal): -7048961 or 16740500. OLE color: 16740500.

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

Color convert

RGB148112255-
CMYK0.420.5600
HSL255.1º100%71.96%-
HSV(B)255.1º56.08%100%-
XYZ36.0625.197.55-
YUV139.07193.43134.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 255 (100% from 255) = 49.51%
R=28.74%
G=21.75%
B=49.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481122550.420.5600255.110071.96
Hex9470FF2A3800ff6448
Octal224160377527000377144110
Binary10010100111000011111111101010111000001111111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9470FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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