#9478FF

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

Shades of Light Slate Blue #9478FF

Tints of Light Slate Blue #9478FF

Color information

#9478FF (or 0x9478FF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 78 and FF. RGB value is (148,120,255). Sum of RGB (Red+Green+Blue) = 148+120+255=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 120 (47.27% from 255 or 22.94% 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 #9478FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9478FF is #6B8700. Grayscale: #8F8F8F. Windows color (decimal): -7046913 or 16742548. OLE color: 16742548.

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

Color convert

RGB148120255-
CMYK0.420.5300
HSL252.44º100%73.53%-
HSV(B)252.44º52.94%100%-
XYZ36.9826.9597.86-
YUV143.76190.78131.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 255 (100% from 255) = 48.76%
R=28.30%
G=22.94%
B=48.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481202550.420.5300252.4410073.53
Hex9478FF2A3500fc644a
Octal224170377526500374144112
Binary10010100111100011111111101010110101001111110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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