#909AC4

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

Shades of Blue Bell #909AC4

Tints of Blue Bell #909AC4

Color information

#909AC4 (or 0x909AC4) is unknown color: approx Blue Bell. HEX triplet: 90, 9A and C4. RGB value is (144,154,196). Sum of RGB (Red+Green+Blue) = 144+154+196=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #909AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909AC4 is #6F653B. Grayscale: #9B9B9B. Windows color (decimal): -7300412 or 12884624. OLE color: 12884624.

HSL color Cylindrical-coordinate representation of color #909AC4: hue angle of 228.46º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #909AC4 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144154196-
CMYK0.270.2100.23
HSL228.46º30.59%66.67%-
HSV(B)228.46º26.53%76.86%-
XYZ33.0233.0356.86-
YUV155.8150.69119.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.15%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=29.15%
G=31.17%
B=39.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441541960.270.2100.23228.4630.5966.67
Hex909AC41B15017e41f43
Octal220232304332502734437103
Binary100100001001101011000100110111010101011111100100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909AC4; }

 p { color: rgb(144,154,196); }

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

<style>
 a { background-color: #909AC4; }

 a { background-color: rgb(144,154,196); }

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

<style>
 span { border-color: #909AC4; }

 span { border-color: rgb(144,154,196); }

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