#9497CA

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

Shades of Blue Bell #9497CA

Tints of Blue Bell #9497CA

Color information

#9497CA (or 0x9497CA) is unknown color: approx Blue Bell. HEX triplet: 94, 97 and CA. RGB value is (148,151,202). Sum of RGB (Red+Green+Blue) = 148+151+202=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9497CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497CA is #6B6835. Grayscale: #9B9B9B. Windows color (decimal): -7039030 or 13277076. OLE color: 13277076.

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

Color convert

RGB148151202-
CMYK0.270.2500.21
HSL236.67º33.75%68.63%-
HSV(B)236.67º26.73%79.22%-
XYZ33.9432.6960.4-
YUV155.92154.01122.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=29.54%
G=30.14%
B=40.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481512020.270.2500.21236.6733.7568.63
Hex9497CA1B19015ed2245
Octal224227312333102535542105
Binary1001010010010111110010101101111001010101111011011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9497CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9497CA; }

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

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

<style>
 a { background-color: #9497CA; }

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

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

<style>
 span { border-color: #9497CA; }

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

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