#9C84FB

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

Shades of Light Slate Blue #9C84FB

Tints of Light Slate Blue #9C84FB

Color information

#9C84FB (or 0x9C84FB) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 84 and FB. RGB value is (156,132,251). Sum of RGB (Red+Green+Blue) = 156+132+251=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C84FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C84FB is #637B04. Grayscale: #989898. Windows color (decimal): -6519557 or 16483484. OLE color: 16483484.

HSL color Cylindrical-coordinate representation of color #9C84FB: hue angle of 252.1º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C84FB is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156132251-
CMYK0.380.4700.02
HSL252.1º93.7%75.1%-
HSV(B)252.1º47.41%98.43%-
XYZ39.3730.5495.09-
YUV152.74183.45130.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.94%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=28.94%
G=24.49%
B=46.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561322510.380.4700.02252.193.775.1
Hex9C84FB262F02fc5e4b
Octal234204373465702374136113
Binary1001110010000100111110111001101011110101111110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C84FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,132,251); }

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

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

 a { background-color: rgb(156,132,251); }

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

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

 span { border-color: rgb(156,132,251); }

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