Html Css Color HEX #989DDB Portage

📋 copy color: '#989DDB'

red 152 ◦ green 157 ◦ blue 219

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

Shades of Portage #989DDB

Tints of Portage #989DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.73%

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 28.79%
G = 29.73%
B = 41.48%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#989DDB (or 0x989DDB) is known color: Portage. HEX triplet: 98, 9D and DB. RGB value is (152,157,219). Sum of RGB (Red+Green+Blue) = 152+157+219=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #989DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DDB is #676224. Grayscale: #A2A2A2. Windows color (decimal): -6775333 or 14392728. OLE color: 14392728.

HSL color Cylindrical-coordinate representation of color #989DDB: hue angle of 235.52º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989DDB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 157 219 -
CMYK 0.31 0.28 0 0.14
HSL 235.52º 0.48% 0.73% -
HSV(B) 235.52º 0.31% 0.86% -
XYZ 37.79 35.9 71.96 -
YUV 162.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 152 157 219 0.31 0.28 0 0.14 235.52 0.48 0.73
Hex 98 9D DB 1F 1C 0 E EC 30 49
Octal 230 235 333 37 34 0 16 354 60 111
Binary 10011000 10011101 11011011 11111 11100 0 1110 11101100 110000 1001001

Color Harmonies of #989DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DDB

Black with #989DDB

Text Example


Text Example

White with #989DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,157,219); }

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

background-color css

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

 a { background-color: rgb(152,157,219); }

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

border-color css

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

 span { border-color: rgb(152,157,219); }

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