#9793CD

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

Shades of Blue Bell #9793CD

Tints of Blue Bell #9793CD

Color information

#9793CD (or 0x9793CD) is unknown color: approx Blue Bell. HEX triplet: 97, 93 and CD. RGB value is (151,147,205). Sum of RGB (Red+Green+Blue) = 151+147+205=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9793CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9793CD is #686C32. Grayscale: #9A9A9A. Windows color (decimal): -6843443 or 13472663. OLE color: 13472663.

HSL color Cylindrical-coordinate representation of color #9793CD: hue angle of 244.14º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9793CD is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151147205-
CMYK0.260.2800.20
HSL244.14º36.71%69.02%-
HSV(B)244.14º28.29%80.39%-
XYZ34.2231.8562.1-
YUV154.81156.33125.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=30.02%
G=29.22%
B=40.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511472050.260.2800.20244.1436.7169.02
Hex9793CD1A1C014f42545
Octal227223315323402436445105
Binary1001011110010011110011011101011100010100111101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9793CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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