Html Css Color HEX #989BDA Blue Bell

📋 copy color: '#989BDA'

red 152 ◦ green 155 ◦ blue 218

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

Shades of Blue Bell #989BDA

Tints of Blue Bell #989BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 28.95%
G = 29.52%
B = 41.52%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#989BDA (or 0x989BDA) is known color: Blue Bell. HEX triplet: 98, 9B and DA. RGB value is (152,155,218). Sum of RGB (Red+Green+Blue) = 152+155+218=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #989BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BDA is #676425. Grayscale: #A1A1A1. Windows color (decimal): -6775846 or 14326680. OLE color: 14326680.

HSL color Cylindrical-coordinate representation of color #989BDA: hue angle of 237.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #989BDA is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 155 218 -
CMYK 0.30 0.29 0 0.15
HSL 237.27º 0.47% 0.73% -
HSV(B) 237.27º 0.3% 0.85% -
XYZ 37.33 35.18 71.15 -
YUV 161.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 152 155 218 0.30 0.29 0 0.15 237.27 0.47 0.73
Hex 98 9B DA 1E 1D 0 F ED 2F 49
Octal 230 233 332 36 35 0 17 355 57 111
Binary 10011000 10011011 11011010 11110 11101 0 1111 11101101 101111 1001001

Color Harmonies of #989BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BDA

Black with #989BDA

Text Example


Text Example

White with #989BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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