#97A0CA

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

Shades of Blue Bell #97A0CA

Tints of Blue Bell #97A0CA

Color information

#97A0CA (or 0x97A0CA) is unknown color: approx Blue Bell. HEX triplet: 97, A0 and CA. RGB value is (151,160,202). Sum of RGB (Red+Green+Blue) = 151+160+202=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #97A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A0CA is #685F35. Grayscale: #A1A1A1. Windows color (decimal): -6840118 or 13279383. OLE color: 13279383.

HSL color Cylindrical-coordinate representation of color #97A0CA: hue angle of 229.41º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97A0CA is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151160202-
CMYK0.250.2100.21
HSL229.41º32.48%69.22%-
HSV(B)229.41º25.25%79.22%-
XYZ35.9935.9960.93-
YUV162.1150.52120.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.43%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=29.43%
G=31.19%
B=39.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511602020.250.2100.21229.4132.4869.22
Hex97A0CA1915015e52045
Octal227240312312502534540105
Binary1001011110100000110010101100110101010101111001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A0CA; }

 p { color: rgb(151,160,202); }

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

<style>
 a { background-color: #97A0CA; }

 a { background-color: rgb(151,160,202); }

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

<style>
 span { border-color: #97A0CA; }

 span { border-color: rgb(151,160,202); }

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