Html Css Color HEX #9B98CE Blue Bell

📋 copy color: '#9B98CE'

red 155 ◦ green 152 ◦ blue 206

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

Shades of Blue Bell #9B98CE

Tints of Blue Bell #9B98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 30.21%
G = 29.63%
B = 40.16%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B98CE (or 0x9B98CE) is known color: Blue Bell. HEX triplet: 9B, 98 and CE. RGB value is (155,152,206). Sum of RGB (Red+Green+Blue) = 155+152+206=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B98CE is #646731. Grayscale: #9E9E9E. Windows color (decimal): -6580018 or 13539483. OLE color: 13539483.

HSL color Cylindrical-coordinate representation of color #9B98CE: hue angle of 243.33º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B98CE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 152 206 -
CMYK 0.25 0.26 0 0.19
HSL 243.33º 0.36% 0.7% -
HSV(B) 243.33º 0.26% 0.81% -
XYZ 35.89 33.88 63.04 -
YUV 159.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 155 152 206 0.25 0.26 0 0.19 243.33 0.36 0.7
Hex 9B 98 CE 19 1A 0 13 F3 24 46
Octal 233 230 316 31 32 0 23 363 44 106
Binary 10011011 10011000 11001110 11001 11010 0 10011 11110011 100100 1000110

Color Harmonies of #9B98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B98CE

Black with #9B98CE

Text Example


Text Example

White with #9B98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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