#9C67FA

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

Shades of Light Slate Blue #9C67FA

Tints of Light Slate Blue #9C67FA

Color information

#9C67FA (or 0x9C67FA) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 67 and FA. RGB value is (156,103,250). Sum of RGB (Red+Green+Blue) = 156+103+250=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C67FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C67FA is #639805. Grayscale: #878787. Windows color (decimal): -6526982 or 16410524. OLE color: 16410524.

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

Color convert

RGB156103250-
CMYK0.380.5900.02
HSL261.63º93.63%69.22%-
HSV(B)261.63º58.8%98.04%-
XYZ35.8223.6793.12-
YUV135.6192.56142.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 103 (40.62% from 255) = 20.24%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=30.65%
G=20.24%
B=49.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561032500.380.5900.02261.6393.6369.22
Hex9C67FA263B021065e45
Octal234147372467302406136105
Binary1001110011001111111101010011011101101010000011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C67FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,103,250); }

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

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

 a { background-color: rgb(156,103,250); }

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

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

 span { border-color: rgb(156,103,250); }

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