#9790CD

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

Shades of Blue Bell #9790CD

Tints of Blue Bell #9790CD

Color information

#9790CD (or 0x9790CD) is unknown color: approx Blue Bell. HEX triplet: 97, 90 and CD. RGB value is (151,144,205). Sum of RGB (Red+Green+Blue) = 151+144+205=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9790CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9790CD is #686F32. Grayscale: #989898. Windows color (decimal): -6844211 or 13471895. OLE color: 13471895.

HSL color Cylindrical-coordinate representation of color #9790CD: hue angle of 246.89º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9790CD is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151144205-
CMYK0.260.3000.20
HSL246.89º37.89%68.43%-
HSV(B)246.89º29.76%80.39%-
XYZ33.7630.9361.95-
YUV153.05157.32126.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=30.2%
G=28.8%
B=41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511442050.260.3000.20246.8937.8968.43
Hex9790CD1A1E014f72644
Octal227220315323602436746104
Binary1001011110010000110011011101011110010100111101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9790CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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