Html Css Color HEX #9B98DC Blue Bell

📋 copy color: '#9B98DC'

red 155 ◦ green 152 ◦ blue 220

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

Shades of Blue Bell #9B98DC

Tints of Blue Bell #9B98DC

RGB

 RED value IS 155 (60.94% from 255) = 29.41%

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

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

R = 29.41%
G = 28.84%
B = 41.75%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B98DC (or 0x9B98DC) is known color: Blue Bell. HEX triplet: 9B, 98 and DC. RGB value is (155,152,220). Sum of RGB (Red+Green+Blue) = 155+152+220=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B98DC is #646723. Grayscale: #A0A0A0. Windows color (decimal): -6580004 or 14456987. OLE color: 14456987.

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

Color convert

RGB 155 152 220 -
CMYK 0.30 0.31 0 0.14
HSL 242.65º 0.49% 0.73% -
HSV(B) 242.65º 0.31% 0.86% -
XYZ 37.66 34.59 72.4 -
YUV 160.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 155 152 220 0.30 0.31 0 0.14 242.65 0.49 0.73
Hex 9B 98 DC 1E 1F 0 E F3 31 49
Octal 233 230 334 36 37 0 16 363 61 111
Binary 10011011 10011000 11011100 11110 11111 0 1110 11110011 110001 1001001

Color Harmonies of #9B98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B98DC

Black with #9B98DC

Text Example


Text Example

White with #9B98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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