Html Css Color HEX #9A98DC Blue Bell

📋 copy color: '#9A98DC'

red 154 ◦ green 152 ◦ blue 220

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

Shades of Blue Bell #9A98DC

Tints of Blue Bell #9A98DC

RGB

 RED value IS 154 (60.55% from 255) = 29.28%

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

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

R = 29.28%
G = 28.9%
B = 41.83%

CMYK

 C value IS 0.3

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A98DC (or 0x9A98DC) is known color: Blue Bell. HEX triplet: 9A, 98 and DC. RGB value is (154,152,220). Sum of RGB (Red+Green+Blue) = 154+152+220=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98DC is #656723. Grayscale: #A0A0A0. Windows color (decimal): -6645540 or 14456986. OLE color: 14456986.

HSL color Cylindrical-coordinate representation of color #9A98DC: hue angle of 241.76º 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 #9A98DC is Cyan = 0.3, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 152 220 -
CMYK 0.3 0.31 0 0.14
HSL 241.76º 0.49% 0.73% -
HSV(B) 241.76º 0.31% 0.86% -
XYZ 37.47 34.49 72.39 -
YUV 160.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 154 152 220 0.3 0.31 0 0.14 241.76 0.49 0.73
Hex 9A 98 DC 1E 1F 0 E F2 31 49
Octal 232 230 334 36 37 0 16 362 61 111
Binary 10011010 10011000 11011100 11110 11111 0 1110 11110010 110001 1001001

Color Harmonies of #9A98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A98DC

Black with #9A98DC

Text Example


Text Example

White with #9A98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A98DC; }

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

 H1.HeaderClassName
 {
   color: #9A98DC;
 }
 .AnyTagClassName
 {
   color: #9A98DC;
 }
</style>

background-color css

<style>
 a { background-color: #9A98DC; }

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

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

border-color css

<style>
 span { border-color: #9A98DC; }

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

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