#9C67FD

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

Shades of Light Slate Blue #9C67FD

Tints of Light Slate Blue #9C67FD

Color information

#9C67FD (or 0x9C67FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 67 and FD. RGB value is (156,103,253). Sum of RGB (Red+Green+Blue) = 156+103+253=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C67FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C67FD is #639802. Grayscale: #878787. Windows color (decimal): -6526979 or 16607132. OLE color: 16607132.

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

Color convert

RGB156103253-
CMYK0.380.5900.01
HSL261.2º97.4%69.8%-
HSV(B)261.2º59.29%99.22%-
XYZ36.2923.8695.62-
YUV135.95194.06142.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 103 (40.62% from 255) = 20.12%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=30.47%
G=20.12%
B=49.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561032530.380.5900.01261.297.469.8
Hex9C67FD263B011056146
Octal234147375467301405141106
Binary100111001100111111111011001101110110110000010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C67FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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