Html Css Color HEX #989DDC Portage

📋 copy color: '#989DDC'

red 152 ◦ green 157 ◦ blue 220

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

Shades of Portage #989DDC

Tints of Portage #989DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 28.73%
G = 29.68%
B = 41.59%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#989DDC (or 0x989DDC) is known color: Portage. HEX triplet: 98, 9D and DC. RGB value is (152,157,220). Sum of RGB (Red+Green+Blue) = 152+157+220=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #989DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DDC is #676223. Grayscale: #A2A2A2. Windows color (decimal): -6775332 or 14458264. OLE color: 14458264.

HSL color Cylindrical-coordinate representation of color #989DDC: hue angle of 235.59º degrees, saturation: 0.49, 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 #989DDC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 157 220 -
CMYK 0.31 0.29 0 0.14
HSL 235.59º 0.49% 0.73% -
HSV(B) 235.59º 0.31% 0.86% -
XYZ 37.92 35.96 72.65 -
YUV 162.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 152 157 220 0.31 0.29 0 0.14 235.59 0.49 0.73
Hex 98 9D DC 1F 1D 0 E EC 31 49
Octal 230 235 334 37 35 0 16 354 61 111
Binary 10011000 10011101 11011100 11111 11101 0 1110 11101100 110001 1001001

Color Harmonies of #989DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DDC

Black with #989DDC

Text Example


Text Example

White with #989DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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