Html Css Color HEX #989ACE Blue Bell

📋 copy color: '#989ACE'

red 152 ◦ green 154 ◦ blue 206

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

Shades of Blue Bell #989ACE

Tints of Blue Bell #989ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

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

R = 29.69%
G = 30.08%
B = 40.23%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#989ACE (or 0x989ACE) is known color: Blue Bell. HEX triplet: 98, 9A and CE. RGB value is (152,154,206). Sum of RGB (Red+Green+Blue) = 152+154+206=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #989ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ACE is #676531. Grayscale: #9F9F9F. Windows color (decimal): -6776114 or 13539992. OLE color: 13539992.

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

Color convert

RGB 152 154 206 -
CMYK 0.26 0.25 0 0.19
HSL 237.78º 0.36% 0.7% -
HSV(B) 237.78º 0.26% 0.81% -
XYZ 35.65 34.24 63.12 -
YUV 159.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 152 154 206 0.26 0.25 0 0.19 237.78 0.36 0.7
Hex 98 9A CE 1A 19 0 13 EE 24 46
Octal 230 232 316 32 31 0 23 356 44 106
Binary 10011000 10011010 11001110 11010 11001 0 10011 11101110 100100 1000110

Color Harmonies of #989ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989ACE

Black with #989ACE

Text Example


Text Example

White with #989ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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