Html Css Color HEX #989BCD Blue Bell

📋 copy color: '#989BCD'

red 152 ◦ green 155 ◦ blue 205

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

Shades of Blue Bell #989BCD

Tints of Blue Bell #989BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.27%

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

R = 29.69%
G = 30.27%
B = 40.04%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#989BCD (or 0x989BCD) is known color: Blue Bell. HEX triplet: 98, 9B and CD. RGB value is (152,155,205). Sum of RGB (Red+Green+Blue) = 152+155+205=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #989BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BCD is #676432. Grayscale: #9F9F9F. Windows color (decimal): -6775859 or 13474712. OLE color: 13474712.

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

Color convert

RGB 152 155 205 -
CMYK 0.26 0.24 0 0.20
HSL 236.6º 0.35% 0.7% -
HSV(B) 236.6º 0.26% 0.8% -
XYZ 35.69 34.53 62.54 -
YUV 159.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 152 155 205 0.26 0.24 0 0.20 236.6 0.35 0.7
Hex 98 9B CD 1A 18 0 14 ED 23 46
Octal 230 233 315 32 30 0 24 355 43 106
Binary 10011000 10011011 11001101 11010 11000 0 10100 11101101 100011 1000110

Color Harmonies of #989BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BCD

Black with #989BCD

Text Example


Text Example

White with #989BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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