Html Css Color HEX #989ECD Blue Bell

📋 copy color: '#989ECD'

red 152 ◦ green 158 ◦ blue 205

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

Shades of Blue Bell #989ECD

Tints of Blue Bell #989ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 29.51%
G = 30.68%
B = 39.81%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#989ECD (or 0x989ECD) is known color: Blue Bell. HEX triplet: 98, 9E and CD. RGB value is (152,158,205). Sum of RGB (Red+Green+Blue) = 152+158+205=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #989ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ECD is #676132. Grayscale: #A1A1A1. Windows color (decimal): -6775091 or 13475480. OLE color: 13475480.

HSL color Cylindrical-coordinate representation of color #989ECD: hue angle of 233.21º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989ECD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 158 205 -
CMYK 0.26 0.23 0 0.20
HSL 233.21º 0.35% 0.7% -
HSV(B) 233.21º 0.26% 0.8% -
XYZ 36.2 35.54 62.71 -
YUV 161.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 152 158 205 0.26 0.23 0 0.20 233.21 0.35 0.7
Hex 98 9E CD 1A 17 0 14 E9 23 46
Octal 230 236 315 32 27 0 24 351 43 106
Binary 10011000 10011110 11001101 11010 10111 0 10100 11101001 100011 1000110

Color Harmonies of #989ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989ECD

Black with #989ECD

Text Example


Text Example

White with #989ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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