Html Css Color HEX #989ECE Blue Bell

📋 copy color: '#989ECE'

red 152 ◦ green 158 ◦ blue 206

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

Shades of Blue Bell #989ECE

Tints of Blue Bell #989ECE

RGB

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

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

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

R = 29.46%
G = 30.62%
B = 39.92%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#989ECE (or 0x989ECE) is known color: Blue Bell. HEX triplet: 98, 9E and CE. RGB value is (152,158,206). Sum of RGB (Red+Green+Blue) = 152+158+206=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #989ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ECE is #676131. Grayscale: #A1A1A1. Windows color (decimal): -6775090 or 13541016. OLE color: 13541016.

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

Color convert

RGB 152 158 206 -
CMYK 0.26 0.23 0 0.19
HSL 233.33º 0.36% 0.7% -
HSV(B) 233.33º 0.26% 0.81% -
XYZ 36.32 35.59 63.35 -
YUV 161.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 152 158 206 0.26 0.23 0 0.19 233.33 0.36 0.7
Hex 98 9E CE 1A 17 0 13 E9 24 46
Octal 230 236 316 32 27 0 23 351 44 106
Binary 10011000 10011110 11001110 11010 10111 0 10011 11101001 100100 1000110

Color Harmonies of #989ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989ECE

Black with #989ECE

Text Example


Text Example

White with #989ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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