Html Css Color HEX #9897DD Blue Bell

📋 copy color: '#9897DD'

red 152 ◦ green 151 ◦ blue 221

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

Shades of Blue Bell #9897DD

Tints of Blue Bell #9897DD

RGB

 RED value IS 152 (59.77% from 255) = 29.01%

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

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

R = 29.01%
G = 28.82%
B = 42.18%

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

#9897DD (or 0x9897DD) is known color: Blue Bell. HEX triplet: 98, 97 and DD. RGB value is (152,151,221). Sum of RGB (Red+Green+Blue) = 152+151+221=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9897DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9897DD is #676822. Grayscale: #9F9F9F. Windows color (decimal): -6776867 or 14522264. OLE color: 14522264.

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

Color convert

RGB 152 151 221 -
CMYK 0.31 0.32 0 0.13
HSL 240.86º 0.51% 0.73% -
HSV(B) 240.86º 0.32% 0.87% -
XYZ 37.07 34.03 73.02 -
YUV 159.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 152 151 221 0.31 0.32 0 0.13 240.86 0.51 0.73
Hex 98 97 DD 1F 20 0 D F1 33 49
Octal 230 227 335 37 40 0 15 361 63 111
Binary 10011000 10010111 11011101 11111 100000 0 1101 11110001 110011 1001001

Color Harmonies of #9897DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9897DD

Black with #9897DD

Text Example


Text Example

White with #9897DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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