Html Css Color HEX #989CDC Portage

📋 copy color: '#989CDC'

red 152 ◦ green 156 ◦ blue 220

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

Shades of Portage #989CDC

Tints of Portage #989CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.55%

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

R = 28.79%
G = 29.55%
B = 41.67%

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

#989CDC (or 0x989CDC) is known color: Portage. HEX triplet: 98, 9C and DC. RGB value is (152,156,220). Sum of RGB (Red+Green+Blue) = 152+156+220=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #989CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CDC is #676323. Grayscale: #A1A1A1. Windows color (decimal): -6775588 or 14458008. OLE color: 14458008.

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

Color convert

RGB 152 156 220 -
CMYK 0.31 0.29 0 0.14
HSL 236.47º 0.49% 0.73% -
HSV(B) 236.47º 0.31% 0.86% -
XYZ 37.76 35.62 72.6 -
YUV 162.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 152 156 220 0.31 0.29 0 0.14 236.47 0.49 0.73
Hex 98 9C DC 1F 1D 0 E EC 31 49
Octal 230 234 334 37 35 0 16 354 61 111
Binary 10011000 10011100 11011100 11111 11101 0 1110 11101100 110001 1001001

Color Harmonies of #989CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989CDC

Black with #989CDC

Text Example


Text Example

White with #989CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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