#9793FB

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

Shades of Light Slate Blue #9793FB

Tints of Light Slate Blue #9793FB

Color information

#9793FB (or 0x9793FB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 93 and FB. RGB value is (151,147,251). Sum of RGB (Red+Green+Blue) = 151+147+251=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #9793FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9793FB is #686C04. Grayscale: #9F9F9F. Windows color (decimal): -6843397 or 16487319. OLE color: 16487319.

HSL color Cylindrical-coordinate representation of color #9793FB: hue angle of 242.31º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9793FB is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151147251-
CMYK0.400.4100.02
HSL242.31º92.86%78.04%-
HSV(B)242.31º41.43%98.43%-
XYZ40.6134.4195.77-
YUV160.05179.33121.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.50%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=27.50%
G=26.78%
B=45.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511472510.400.4100.02242.3192.8678.04
Hex9793FB282902f25d4e
Octal227223373505102362135116
Binary1001011110010011111110111010001010010101111001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9793FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9793FB; }

 p { color: rgb(151,147,251); }

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

<style>
 a { background-color: #9793FB; }

 a { background-color: rgb(151,147,251); }

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

<style>
 span { border-color: #9793FB; }

 span { border-color: rgb(151,147,251); }

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