Html Css Color HEX #989BCB Blue Bell

📋 copy color: '#989BCB'

red 152 ◦ green 155 ◦ blue 203

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

Shades of Blue Bell #989BCB

Tints of Blue Bell #989BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 29.8%
G = 30.39%
B = 39.8%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#989BCB (or 0x989BCB) is known color: Blue Bell. HEX triplet: 98, 9B and CB. RGB value is (152,155,203). Sum of RGB (Red+Green+Blue) = 152+155+203=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #989BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BCB is #676434. Grayscale: #9F9F9F. Windows color (decimal): -6775861 or 13343640. OLE color: 13343640.

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

Color convert

RGB 152 155 203 -
CMYK 0.25 0.24 0 0.20
HSL 236.47º 0.33% 0.7% -
HSV(B) 236.47º 0.25% 0.8% -
XYZ 35.45 34.43 61.28 -
YUV 159.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 152 155 203 0.25 0.24 0 0.20 236.47 0.33 0.7
Hex 98 9B CB 19 18 0 14 EC 21 46
Octal 230 233 313 31 30 0 24 354 41 106
Binary 10011000 10011011 11001011 11001 11000 0 10100 11101100 100001 1000110

Color Harmonies of #989BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BCB

Black with #989BCB

Text Example


Text Example

White with #989BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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