#919AC9

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

Shades of Blue Bell #919AC9

Tints of Blue Bell #919AC9

Color information

#919AC9 (or 0x919AC9) is unknown color: approx Blue Bell. HEX triplet: 91, 9A and C9. RGB value is (145,154,201). Sum of RGB (Red+Green+Blue) = 145+154+201=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #919AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AC9 is #6E6536. Grayscale: #9C9C9C. Windows color (decimal): -7234871 or 13212305. OLE color: 13212305.

HSL color Cylindrical-coordinate representation of color #919AC9: hue angle of 230.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919AC9 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145154201-
CMYK0.280.2300.21
HSL230.36º34.15%67.84%-
HSV(B)230.36º27.86%78.82%-
XYZ33.7833.3559.92-
YUV156.67153.02119.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 201 (78.91% from 255) = 40.2%
R=29%
G=30.8%
B=40.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451542010.280.2300.21230.3634.1567.84
Hex919AC91C17015e62244
Octal221232311342702534642104
Binary1001000110011010110010011110010111010101111001101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919AC9; }

 p { color: rgb(145,154,201); }

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

<style>
 a { background-color: #919AC9; }

 a { background-color: rgb(145,154,201); }

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

<style>
 span { border-color: #919AC9; }

 span { border-color: rgb(145,154,201); }

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