Html Css Color HEX #9997DD Blue Bell

📋 copy color: '#9997DD'

red 153 ◦ green 151 ◦ blue 221

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

Shades of Blue Bell #9997DD

Tints of Blue Bell #9997DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.76%

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

R = 29.14%
G = 28.76%
B = 42.1%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9997DD (or 0x9997DD) is known color: Blue Bell. HEX triplet: 99, 97 and DD. RGB value is (153,151,221). Sum of RGB (Red+Green+Blue) = 153+151+221=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9997DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997DD is #666822. Grayscale: #9F9F9F. Windows color (decimal): -6711331 or 14522265. OLE color: 14522265.

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

Color convert

RGB 153 151 221 -
CMYK 0.31 0.32 0 0.13
HSL 241.71º 0.51% 0.73% -
HSV(B) 241.71º 0.32% 0.87% -
XYZ 37.25 34.13 73.03 -
YUV 159.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 153 151 221 0.31 0.32 0 0.13 241.71 0.51 0.73
Hex 99 97 DD 1F 20 0 D F2 33 49
Octal 231 227 335 37 40 0 15 362 63 111
Binary 10011001 10010111 11011101 11111 100000 0 1101 11110010 110011 1001001

Color Harmonies of #9997DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9997DD

Black with #9997DD

Text Example


Text Example

White with #9997DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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