Html Css Color HEX #9898DC Blue Bell

📋 copy color: '#9898DC'

red 152 ◦ green 152 ◦ blue 220

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

Shades of Blue Bell #9898DC

Tints of Blue Bell #9898DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 29.01%
G = 29.01%
B = 41.98%

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

#9898DC (or 0x9898DC) is known color: Blue Bell. HEX triplet: 98, 98 and DC. RGB value is (152,152,220). Sum of RGB (Red+Green+Blue) = 152+152+220=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #9898DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898DC is #676723. Grayscale: #9F9F9F. Windows color (decimal): -6776612 or 14456984. OLE color: 14456984.

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

Color convert

RGB 152 152 220 -
CMYK 0.31 0.31 0 0.14
HSL 240º 0.49% 0.73% -
HSV(B) 240º 0.31% 0.86% -
XYZ 37.1 34.3 72.38 -
YUV 159.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 152 152 220 0.31 0.31 0 0.14 240 0.49 0.73
Hex 98 98 DC 1F 1F 0 E F0 31 49
Octal 230 230 334 37 37 0 16 360 61 111
Binary 10011000 10011000 11011100 11111 11111 0 1110 11110000 110001 1001001

Color Harmonies of #9898DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9898DC

Black with #9898DC

Text Example


Text Example

White with #9898DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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