Html Css Color HEX #998ECC Blue Bell

📋 copy color: '#998ECC'

red 153 ◦ green 142 ◦ blue 204

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

Shades of Blue Bell #998ECC

Tints of Blue Bell #998ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.46%

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

R = 30.66%
G = 28.46%
B = 40.88%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#998ECC (or 0x998ECC) is known color: Blue Bell. HEX triplet: 99, 8E and CC. RGB value is (153,142,204). Sum of RGB (Red+Green+Blue) = 153+142+204=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #998ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ECC is #667133. Grayscale: #989898. Windows color (decimal): -6713652 or 13405849. OLE color: 13405849.

HSL color Cylindrical-coordinate representation of color #998ECC: hue angle of 250.65º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998ECC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 142 204 -
CMYK 0.25 0.30 0 0.2
HSL 250.65º 0.38% 0.68% -
HSV(B) 250.65º 0.3% 0.8% -
XYZ 33.71 30.48 61.23 -
YUV 152.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 153 142 204 0.25 0.30 0 0.2 250.65 0.38 0.68
Hex 99 8E CC 19 1E 0 14 FB 26 44
Octal 231 216 314 31 36 0 24 373 46 104
Binary 10011001 10001110 11001100 11001 11110 0 10100 11111011 100110 1000100

Color Harmonies of #998ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ECC

Black with #998ECC

Text Example


Text Example

White with #998ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998ECC; }

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

 H1.HeaderClassName
 {
   color: #998ECC;
 }
 .AnyTagClassName
 {
   color: #998ECC;
 }
</style>

background-color css

<style>
 a { background-color: #998ECC; }

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

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

border-color css

<style>
 span { border-color: #998ECC; }

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

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