#9C7FFB

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

Shades of Light Slate Blue #9C7FFB

Tints of Light Slate Blue #9C7FFB

Color information

#9C7FFB (or 0x9C7FFB) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 7F and FB. RGB value is (156,127,251). Sum of RGB (Red+Green+Blue) = 156+127+251=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FFB is #638004. Grayscale: #959595. Windows color (decimal): -6520837 or 16482204. OLE color: 16482204.

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

Color convert

RGB156127251-
CMYK0.380.4900.02
HSL254.03º93.94%74.12%-
HSV(B)254.03º49.4%98.43%-
XYZ38.7129.2194.86-
YUV149.81185.11132.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=29.21%
G=23.78%
B=47.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561272510.380.4900.02254.0393.9474.12
Hex9C7FFB263102fe5e4a
Octal234177373466102376136112
Binary100111001111111111110111001101100010101111111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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