Html Css Color HEX #989EBE Blue Bell

📋 copy color: '#989EBE'

red 152 ◦ green 158 ◦ blue 190

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

Shades of Blue Bell #989EBE

Tints of Blue Bell #989EBE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.6%

 BLUE value IS 190 (74.61% from 255) = 38%

R = 30.4%
G = 31.6%
B = 38%

CMYK

 C value IS 0.2

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#989EBE (or 0x989EBE) is known color: Blue Bell. HEX triplet: 98, 9E and BE. RGB value is (152,158,190). Sum of RGB (Red+Green+Blue) = 152+158+190=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #989EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EBE is #676141. Grayscale: #9F9F9F. Windows color (decimal): -6775106 or 12492440. OLE color: 12492440.

HSL color Cylindrical-coordinate representation of color #989EBE: hue angle of 230.53º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989EBE is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 158 190 -
CMYK 0.2 0.17 0 0.25
HSL 230.53º 0.23% 0.67% -
HSV(B) 230.53º 0.2% 0.75% -
XYZ 34.47 34.85 53.62 -
YUV 159.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 152 158 190 0.2 0.17 0 0.25 230.53 0.23 0.67
Hex 98 9E BE 14 11 0 19 E7 17 43
Octal 230 236 276 24 21 0 31 347 27 103
Binary 10011000 10011110 10111110 10100 10001 0 11001 11100111 10111 1000011

Color Harmonies of #989EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EBE

Black with #989EBE

Text Example


Text Example

White with #989EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,158,190); }

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

background-color css

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

 a { background-color: rgb(152,158,190); }

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

border-color css

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

 span { border-color: rgb(152,158,190); }

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