#919AC8

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

Shades of Blue Bell #919AC8

Tints of Blue Bell #919AC8

Color information

#919AC8 (or 0x919AC8) is unknown color: approx Blue Bell. HEX triplet: 91, 9A and C8. RGB value is (145,154,200). Sum of RGB (Red+Green+Blue) = 145+154+200=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #919AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AC8 is #6E6537. Grayscale: #9C9C9C. Windows color (decimal): -7234872 or 13146769. OLE color: 13146769.

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

Color convert

RGB145154200-
CMYK0.280.2300.22
HSL230.18º33.33%67.65%-
HSV(B)230.18º27.5%78.43%-
XYZ33.6633.359.3-
YUV156.55152.52119.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.06%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=29.06%
G=30.86%
B=40.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451542000.280.2300.22230.1833.3367.65
Hex919AC81C17016e62144
Octal221232310342702634641104
Binary1001000110011010110010001110010111010110111001101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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