#9097CC

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

Shades of Blue Bell #9097CC

Tints of Blue Bell #9097CC

Color information

#9097CC (or 0x9097CC) is unknown color: approx Blue Bell. HEX triplet: 90, 97 and CC. RGB value is (144,151,204). Sum of RGB (Red+Green+Blue) = 144+151+204=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9097CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097CC is #6F6833. Grayscale: #9A9A9A. Windows color (decimal): -7301172 or 13408144. OLE color: 13408144.

HSL color Cylindrical-coordinate representation of color #9097CC: hue angle of 233º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9097CC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144151204-
CMYK0.290.2600.2
HSL233º37.04%68.24%-
HSV(B)233º29.41%80%-
XYZ33.4732.4261.62-
YUV154.95155.68120.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=28.86%
G=30.26%
B=40.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441512040.290.2600.223337.0468.24
Hex9097CC1D1A014e92544
Octal220227314353202435145104
Binary1001000010010111110011001110111010010100111010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9097CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9097CC; }

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

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

<style>
 a { background-color: #9097CC; }

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

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

<style>
 span { border-color: #9097CC; }

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

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