Html Css Color HEX #9898DD Blue Bell

📋 copy color: '#9898DD'

red 152 ◦ green 152 ◦ blue 221

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

Shades of Blue Bell #9898DD

Tints of Blue Bell #9898DD

RGB

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

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

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

R = 28.95%
G = 28.95%
B = 42.1%

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

#9898DD (or 0x9898DD) is known color: Blue Bell. HEX triplet: 98, 98 and DD. RGB value is (152,152,221). Sum of RGB (Red+Green+Blue) = 152+152+221=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 152 (59.77% from 255 or 28.95% 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 #9898DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898DD is #676722. Grayscale: #9F9F9F. Windows color (decimal): -6776611 or 14522520. OLE color: 14522520.

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

Color convert

RGB 152 152 221 -
CMYK 0.31 0.31 0 0.13
HSL 240º 0.5% 0.73% -
HSV(B) 240º 0.31% 0.87% -
XYZ 37.23 34.35 73.08 -
YUV 159.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 152 152 221 0.31 0.31 0 0.13 240 0.5 0.73
Hex 98 98 DD 1F 1F 0 D F0 32 49
Octal 230 230 335 37 37 0 15 360 62 111
Binary 10011000 10011000 11011101 11111 11111 0 1101 11110000 110010 1001001

Color Harmonies of #9898DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9898DD

Black with #9898DD

Text Example


Text Example

White with #9898DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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