Html Css Color HEX #9998DD Blue Bell

📋 copy color: '#9998DD'

red 153 ◦ green 152 ◦ blue 221

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

Shades of Blue Bell #9998DD

Tints of Blue Bell #9998DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

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

R = 29.09%
G = 28.9%
B = 42.02%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9998DD (or 0x9998DD) is known color: Blue Bell. HEX triplet: 99, 98 and DD. RGB value is (153,152,221). Sum of RGB (Red+Green+Blue) = 153+152+221=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #9998DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998DD is #666722. Grayscale: #9F9F9F. Windows color (decimal): -6711075 or 14522521. OLE color: 14522521.

HSL color Cylindrical-coordinate representation of color #9998DD: hue angle of 240.87º 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 #9998DD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 152 221 -
CMYK 0.31 0.31 0 0.13
HSL 240.87º 0.5% 0.73% -
HSV(B) 240.87º 0.31% 0.87% -
XYZ 37.42 34.45 73.08 -
YUV 160.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 153 152 221 0.31 0.31 0 0.13 240.87 0.5 0.73
Hex 99 98 DD 1F 1F 0 D F1 32 49
Octal 231 230 335 37 37 0 15 361 62 111
Binary 10011001 10011000 11011101 11111 11111 0 1101 11110001 110010 1001001

Color Harmonies of #9998DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9998DD

Black with #9998DD

Text Example


Text Example

White with #9998DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9998DD; }

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

 H1.HeaderClassName
 {
   color: #9998DD;
 }
 .AnyTagClassName
 {
   color: #9998DD;
 }
</style>

background-color css

<style>
 a { background-color: #9998DD; }

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

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

border-color css

<style>
 span { border-color: #9998DD; }

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

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