#9472FC

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

Shades of Light Slate Blue #9472FC

Tints of Light Slate Blue #9472FC

Color information

#9472FC (or 0x9472FC) is unknown color: approx Light Slate Blue. HEX triplet: 94, 72 and FC. RGB value is (148,114,252). Sum of RGB (Red+Green+Blue) = 148+114+252=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #9472FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472FC is #6B8D03. Grayscale: #8B8B8B. Windows color (decimal): -7048452 or 16544404. OLE color: 16544404.

HSL color Cylindrical-coordinate representation of color #9472FC: hue angle of 254.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9472FC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148114252-
CMYK0.410.5500.01
HSL254.78º95.83%71.76%-
HSV(B)254.78º54.76%98.82%-
XYZ35.825.3695.1-
YUV139.9191.26133.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.79%
GREEN value IS 114 (44.92% from 255) = 22.18%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=28.79%
G=22.18%
B=49.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481142520.410.5500.01254.7895.8371.76
Hex9472FC293701ff6048
Octal224162374516701377140110
Binary10010100111001011111100101001110111011111111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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