Html Css Color HEX #989FCD Blue Bell

📋 copy color: '#989FCD'

red 152 ◦ green 159 ◦ blue 205

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

Shades of Blue Bell #989FCD

Tints of Blue Bell #989FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.81%

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

R = 29.46%
G = 30.81%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#989FCD (or 0x989FCD) is known color: Blue Bell. HEX triplet: 98, 9F and CD. RGB value is (152,159,205). Sum of RGB (Red+Green+Blue) = 152+159+205=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #989FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FCD is #676032. Grayscale: #A1A1A1. Windows color (decimal): -6774835 or 13475736. OLE color: 13475736.

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

Color convert

RGB 152 159 205 -
CMYK 0.26 0.22 0 0.20
HSL 232.08º 0.35% 0.7% -
HSV(B) 232.08º 0.26% 0.8% -
XYZ 36.37 35.88 62.77 -
YUV 162.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 152 159 205 0.26 0.22 0 0.20 232.08 0.35 0.7
Hex 98 9F CD 1A 16 0 14 E8 23 46
Octal 230 237 315 32 26 0 24 350 43 106
Binary 10011000 10011111 11001101 11010 10110 0 10100 11101000 100011 1000110

Color Harmonies of #989FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FCD

Black with #989FCD

Text Example


Text Example

White with #989FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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