Html Css Color HEX #9898DB Blue Bell

📋 copy color: '#9898DB'

red 152 ◦ green 152 ◦ blue 219

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

Shades of Blue Bell #9898DB

Tints of Blue Bell #9898DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 29.06%
G = 29.06%
B = 41.87%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9898DB (or 0x9898DB) is known color: Blue Bell. HEX triplet: 98, 98 and DB. RGB value is (152,152,219). Sum of RGB (Red+Green+Blue) = 152+152+219=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #9898DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898DB is #676724. Grayscale: #9F9F9F. Windows color (decimal): -6776613 or 14391448. OLE color: 14391448.

HSL color Cylindrical-coordinate representation of color #9898DB: hue angle of 240º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9898DB is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 152 219 -
CMYK 0.31 0.31 0 0.14
HSL 240º 0.48% 0.73% -
HSV(B) 240º 0.31% 0.86% -
XYZ 36.96 34.25 71.68 -
YUV 159.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 152 152 219 0.31 0.31 0 0.14 240 0.48 0.73
Hex 98 98 DB 1F 1F 0 E F0 30 49
Octal 230 230 333 37 37 0 16 360 60 111
Binary 10011000 10011000 11011011 11111 11111 0 1110 11110000 110000 1001001

Color Harmonies of #9898DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9898DB

Black with #9898DB

Text Example


Text Example

White with #9898DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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