Html Css Color HEX #999DDA Blue Bell

📋 copy color: '#999DDA'

red 153 ◦ green 157 ◦ blue 218

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

Shades of Blue Bell #999DDA

Tints of Blue Bell #999DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.73%

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 28.98%
G = 29.73%
B = 41.29%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#999DDA (or 0x999DDA) is known color: Blue Bell. HEX triplet: 99, 9D and DA. RGB value is (153,157,218). Sum of RGB (Red+Green+Blue) = 153+157+218=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #999DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DDA is #666225. Grayscale: #A2A2A2. Windows color (decimal): -6709798 or 14327193. OLE color: 14327193.

HSL color Cylindrical-coordinate representation of color #999DDA: hue angle of 236.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999DDA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 157 218 -
CMYK 0.30 0.28 0 0.15
HSL 236.31º 0.47% 0.73% -
HSV(B) 236.31º 0.3% 0.85% -
XYZ 37.85 35.95 71.27 -
YUV 162.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 153 157 218 0.30 0.28 0 0.15 236.31 0.47 0.73
Hex 99 9D DA 1E 1C 0 F EC 2F 49
Octal 231 235 332 36 34 0 17 354 57 111
Binary 10011001 10011101 11011010 11110 11100 0 1111 11101100 101111 1001001

Color Harmonies of #999DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DDA

Black with #999DDA

Text Example


Text Example

White with #999DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,157,218); }

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

background-color css

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

 a { background-color: rgb(153,157,218); }

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

border-color css

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

 span { border-color: rgb(153,157,218); }

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