#9B94FC

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

Shades of Light Slate Blue #9B94FC

Tints of Light Slate Blue #9B94FC

Color information

#9B94FC (or 0x9B94FC) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 94 and FC. RGB value is (155,148,252). Sum of RGB (Red+Green+Blue) = 155+148+252=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B94FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94FC is #646B03. Grayscale: #A1A1A1. Windows color (decimal): -6580996 or 16553115. OLE color: 16553115.

HSL color Cylindrical-coordinate representation of color #9B94FC: hue angle of 244.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B94FC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155148252-
CMYK0.380.4100.01
HSL244.04º94.55%78.43%-
HSV(B)244.04º41.27%98.82%-
XYZ41.6835.1896.69-
YUV161.95178.82123.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.93%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=27.93%
G=26.67%
B=45.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551482520.380.4100.01244.0494.5578.43
Hex9B94FC262901f45f4e
Octal233224374465101364137116
Binary100110111001010011111100100110101001011111010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B94FC; }

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

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

<style>
 a { background-color: #9B94FC; }

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

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

<style>
 span { border-color: #9B94FC; }

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

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