#9B79FC

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

Shades of Light Slate Blue #9B79FC

Tints of Light Slate Blue #9B79FC

Color information

#9B79FC (or 0x9B79FC) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 79 and FC. RGB value is (155,121,252). Sum of RGB (Red+Green+Blue) = 155+121+252=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B79FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B79FC is #648603. Grayscale: #919191. Windows color (decimal): -6587908 or 16546203. OLE color: 16546203.

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

Color convert

RGB155121252-
CMYK0.380.5200.01
HSL255.57º95.62%73.14%-
HSV(B)255.57º51.98%98.82%-
XYZ37.9327.6795.44-
YUV146.1187.76134.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=29.36%
G=22.92%
B=47.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551212520.380.5200.01255.5795.6273.14
Hex9B79FC2634011006049
Octal233171374466401400140111
Binary100110111111001111111001001101101000110000000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B79FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,252); }

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

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

 a { background-color: rgb(155,121,252); }

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

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

 span { border-color: rgb(155,121,252); }

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