#9C6BFC

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

Shades of Light Slate Blue #9C6BFC

Tints of Light Slate Blue #9C6BFC

Color information

#9C6BFC (or 0x9C6BFC) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 6B and FC. RGB value is (156,107,252). Sum of RGB (Red+Green+Blue) = 156+107+252=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6BFC is #639403. Grayscale: #898989. Windows color (decimal): -6525956 or 16542620. OLE color: 16542620.

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

Color convert

RGB156107252-
CMYK0.380.5800.01
HSL260.28º96.03%70.39%-
HSV(B)260.28º57.54%98.82%-
XYZ36.5424.6194.92-
YUV138.18192.23140.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 107 (42.19% from 255) = 20.78%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=30.29%
G=20.78%
B=48.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561072520.380.5800.01260.2896.0370.39
Hex9C6BFC263A011046046
Octal234153374467201404140106
Binary100111001101011111111001001101110100110000010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,252); }

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

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

 a { background-color: rgb(156,107,252); }

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

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

 span { border-color: rgb(156,107,252); }

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