Html Css Color HEX #989DDD Portage

📋 copy color: '#989DDD'

red 152 ◦ green 157 ◦ blue 221

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

Shades of Portage #989DDD

Tints of Portage #989DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 28.68%
G = 29.62%
B = 41.7%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#989DDD (or 0x989DDD) is known color: Portage. HEX triplet: 98, 9D and DD. RGB value is (152,157,221). Sum of RGB (Red+Green+Blue) = 152+157+221=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #989DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DDD is #676222. Grayscale: #A2A2A2. Windows color (decimal): -6775331 or 14523800. OLE color: 14523800.

HSL color Cylindrical-coordinate representation of color #989DDD: hue angle of 235.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989DDD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 157 221 -
CMYK 0.31 0.29 0 0.13
HSL 235.65º 0.5% 0.73% -
HSV(B) 235.65º 0.31% 0.87% -
XYZ 38.06 36.01 73.35 -
YUV 162.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 152 157 221 0.31 0.29 0 0.13 235.65 0.5 0.73
Hex 98 9D DD 1F 1D 0 D EC 32 49
Octal 230 235 335 37 35 0 15 354 62 111
Binary 10011000 10011101 11011101 11111 11101 0 1101 11101100 110010 1001001

Color Harmonies of #989DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DDD

Black with #989DDD

Text Example


Text Example

White with #989DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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