Html Css Color HEX #989AD0 Blue Bell

📋 copy color: '#989AD0'

red 152 ◦ green 154 ◦ blue 208

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

Shades of Blue Bell #989AD0

Tints of Blue Bell #989AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.96%

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 29.57%
G = 29.96%
B = 40.47%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#989AD0 (or 0x989AD0) is known color: Blue Bell. HEX triplet: 98, 9A and D0. RGB value is (152,154,208). Sum of RGB (Red+Green+Blue) = 152+154+208=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #989AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AD0 is #67652F. Grayscale: #9F9F9F. Windows color (decimal): -6776112 or 13671064. OLE color: 13671064.

HSL color Cylindrical-coordinate representation of color #989AD0: hue angle of 237.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989AD0 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 154 208 -
CMYK 0.27 0.26 0 0.18
HSL 237.86º 0.37% 0.71% -
HSV(B) 237.86º 0.27% 0.82% -
XYZ 35.89 34.34 64.41 -
YUV 159.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 152 154 208 0.27 0.26 0 0.18 237.86 0.37 0.71
Hex 98 9A D0 1B 1A 0 12 EE 25 47
Octal 230 232 320 33 32 0 22 356 45 107
Binary 10011000 10011010 11010000 11011 11010 0 10010 11101110 100101 1000111

Color Harmonies of #989AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989AD0

Black with #989AD0

Text Example


Text Example

White with #989AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,154,208); }

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

background-color css

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

 a { background-color: rgb(152,154,208); }

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

border-color css

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

 span { border-color: rgb(152,154,208); }

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