Html Css Color HEX #9998CC Blue Bell

📋 copy color: '#9998CC'

red 153 ◦ green 152 ◦ blue 204

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

Shades of Blue Bell #9998CC

Tints of Blue Bell #9998CC

RGB

 RED value IS 153 (60.16% from 255) = 30.06%

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 30.06%
G = 29.86%
B = 40.08%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9998CC (or 0x9998CC) is known color: Blue Bell. HEX triplet: 99, 98 and CC. RGB value is (153,152,204). Sum of RGB (Red+Green+Blue) = 153+152+204=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #9998CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998CC is #666733. Grayscale: #9E9E9E. Windows color (decimal): -6711092 or 13408409. OLE color: 13408409.

HSL color Cylindrical-coordinate representation of color #9998CC: hue angle of 241.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9998CC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 152 204 -
CMYK 0.25 0.25 0 0.2
HSL 241.15º 0.34% 0.7% -
HSV(B) 241.15º 0.25% 0.8% -
XYZ 35.26 33.59 61.75 -
YUV 158.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 153 152 204 0.25 0.25 0 0.2 241.15 0.34 0.7
Hex 99 98 CC 19 19 0 14 F1 22 46
Octal 231 230 314 31 31 0 24 361 42 106
Binary 10011001 10011000 11001100 11001 11001 0 10100 11110001 100010 1000110

Color Harmonies of #9998CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9998CC

Black with #9998CC

Text Example


Text Example

White with #9998CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9998CC; }

 p { color: rgb(153,152,204); }

 H1.HeaderClassName
 {
   color: #9998CC;
 }
 .AnyTagClassName
 {
   color: #9998CC;
 }
</style>

background-color css

<style>
 a { background-color: #9998CC; }

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

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

border-color css

<style>
 span { border-color: #9998CC; }

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

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