#999AC1

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

Shades of Blue Bell #999AC1

Tints of Blue Bell #999AC1

Color information

#999AC1 (or 0x999AC1) is unknown color: approx Blue Bell. HEX triplet: 99, 9A and C1. RGB value is (153,154,193). Sum of RGB (Red+Green+Blue) = 153+154+193=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #999AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AC1 is #66653E. Grayscale: #9D9D9D. Windows color (decimal): -6710591 or 12688025. OLE color: 12688025.

HSL color Cylindrical-coordinate representation of color #999AC1: hue angle of 238.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #999AC1 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153154193-
CMYK0.210.2000.24
HSL238.5º24.39%67.84%-
HSV(B)238.5º20.73%75.69%-
XYZ34.3233.7355.15-
YUV158.15147.67124.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=30.6%
G=30.8%
B=38.6%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531541930.210.2000.24238.524.3967.84
Hex999AC11514018ee1844
Octal231232301252403035630104
Binary100110011001101011000001101011010001100011101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999AC1; }

 p { color: rgb(153,154,193); }

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

<style>
 a { background-color: #999AC1; }

 a { background-color: rgb(153,154,193); }

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

<style>
 span { border-color: #999AC1; }

 span { border-color: rgb(153,154,193); }

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