Html Css Color HEX #9A98DD Blue Bell

📋 copy color: '#9A98DD'

red 154 ◦ green 152 ◦ blue 221

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

Shades of Blue Bell #9A98DD

Tints of Blue Bell #9A98DD

RGB

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

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

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

R = 29.22%
G = 28.84%
B = 41.94%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A98DD (or 0x9A98DD) is known color: Blue Bell. HEX triplet: 9A, 98 and DD. RGB value is (154,152,221). Sum of RGB (Red+Green+Blue) = 154+152+221=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98DD is #656722. Grayscale: #A0A0A0. Windows color (decimal): -6645539 or 14522522. OLE color: 14522522.

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

Color convert

RGB 154 152 221 -
CMYK 0.30 0.31 0 0.13
HSL 241.74º 0.5% 0.73% -
HSV(B) 241.74º 0.31% 0.87% -
XYZ 37.61 34.55 73.09 -
YUV 160.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 154 152 221 0.30 0.31 0 0.13 241.74 0.5 0.73
Hex 9A 98 DD 1E 1F 0 D F2 32 49
Octal 232 230 335 36 37 0 15 362 62 111
Binary 10011010 10011000 11011101 11110 11111 0 1101 11110010 110010 1001001

Color Harmonies of #9A98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A98DD

Black with #9A98DD

Text Example


Text Example

White with #9A98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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