Html Css Color HEX #989CCC Blue Bell

📋 copy color: '#989CCC'

red 152 ◦ green 156 ◦ blue 204

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

Shades of Blue Bell #989CCC

Tints of Blue Bell #989CCC

RGB

 RED value IS 152 (59.77% from 255) = 29.69%

 GREEN value IS 156 (61.33% from 255) = 30.47%

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

R = 29.69%
G = 30.47%
B = 39.84%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#989CCC (or 0x989CCC) is known color: Blue Bell. HEX triplet: 98, 9C and CC. RGB value is (152,156,204). Sum of RGB (Red+Green+Blue) = 152+156+204=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #989CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CCC is #676333. Grayscale: #A0A0A0. Windows color (decimal): -6775604 or 13409432. OLE color: 13409432.

HSL color Cylindrical-coordinate representation of color #989CCC: hue angle of 235.38º 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 #989CCC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 156 204 -
CMYK 0.25 0.24 0 0.2
HSL 235.38º 0.34% 0.7% -
HSV(B) 235.38º 0.25% 0.8% -
XYZ 35.74 34.81 61.96 -
YUV 160.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 152 156 204 0.25 0.24 0 0.2 235.38 0.34 0.7
Hex 98 9C CC 19 18 0 14 EB 22 46
Octal 230 234 314 31 30 0 24 353 42 106
Binary 10011000 10011100 11001100 11001 11000 0 10100 11101011 100010 1000110

Color Harmonies of #989CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989CCC

Black with #989CCC

Text Example


Text Example

White with #989CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989CCC; }

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

 H1.HeaderClassName
 {
   color: #989CCC;
 }
 .AnyTagClassName
 {
   color: #989CCC;
 }
</style>

background-color css

<style>
 a { background-color: #989CCC; }

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

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

border-color css

<style>
 span { border-color: #989CCC; }

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

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