#9A6BFC

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

Shades of Light Slate Blue #9A6BFC

Tints of Light Slate Blue #9A6BFC

Color information

#9A6BFC (or 0x9A6BFC) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 6B and FC. RGB value is (154,107,252). Sum of RGB (Red+Green+Blue) = 154+107+252=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BFC is #659403. Grayscale: #898989. Windows color (decimal): -6657028 or 16542618. OLE color: 16542618.

HSL color Cylindrical-coordinate representation of color #9A6BFC: hue angle of 259.45º 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 #9A6BFC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154107252-
CMYK0.390.5800.01
HSL259.45º96.03%70.39%-
HSV(B)259.45º57.54%98.82%-
XYZ36.1524.4194.9-
YUV137.58192.57139.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 107 (42.19% from 255) = 20.86%
BLUE value IS 252 (98.83% from 255) = 49.12%
R=30.02%
G=20.86%
B=49.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541072520.390.5800.01259.4596.0370.39
Hex9A6BFC273A011036046
Octal232153374477201403140106
Binary100110101101011111111001001111110100110000001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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