Html Css Color HEX #999ADD Blue Bell

📋 copy color: '#999ADD'

red 153 ◦ green 154 ◦ blue 221

#999ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #999ADD

Tints of Blue Bell #999ADD

RGB

 RED value IS 153 (60.16% from 255) = 28.98%

 GREEN value IS 154 (60.55% from 255) = 29.17%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 28.98%
G = 29.17%
B = 41.86%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#999ADD (or 0x999ADD) is known color: Blue Bell. HEX triplet: 99, 9A and DD. RGB value is (153,154,221). Sum of RGB (Red+Green+Blue) = 153+154+221=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #999ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ADD is #666522. Grayscale: #A1A1A1. Windows color (decimal): -6710563 or 14523033. OLE color: 14523033.

HSL color Cylindrical-coordinate representation of color #999ADD: hue angle of 239.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999ADD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 154 221 -
CMYK 0.31 0.30 0 0.13
HSL 239.12º 0.5% 0.73% -
HSV(B) 239.12º 0.31% 0.87% -
XYZ 37.74 35.1 73.19 -
YUV 161.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 153 154 221 0.31 0.30 0 0.13 239.12 0.5 0.73
Hex 99 9A DD 1F 1E 0 D EF 32 49
Octal 231 232 335 37 36 0 15 357 62 111
Binary 10011001 10011010 11011101 11111 11110 0 1101 11101111 110010 1001001

Color Harmonies of #999ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999ADD

Black with #999ADD

Text Example


Text Example

White with #999ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #999ADD;
 }
 .AnyTagClassName
 {
   color: #999ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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