Html Css Color HEX #989EDC Portage

📋 copy color: '#989EDC'

red 152 ◦ green 158 ◦ blue 220

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

Shades of Portage #989EDC

Tints of Portage #989EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.81%

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

R = 28.68%
G = 29.81%
B = 41.51%

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

#989EDC (or 0x989EDC) is known color: Portage. HEX triplet: 98, 9E and DC. RGB value is (152,158,220). Sum of RGB (Red+Green+Blue) = 152+158+220=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #989EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EDC is #676123. Grayscale: #A3A3A3. Windows color (decimal): -6775076 or 14458520. OLE color: 14458520.

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

Color convert

RGB 152 158 220 -
CMYK 0.31 0.28 0 0.14
HSL 234.71º 0.49% 0.73% -
HSV(B) 234.71º 0.31% 0.86% -
XYZ 38.09 36.3 72.71 -
YUV 163.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 152 158 220 0.31 0.28 0 0.14 234.71 0.49 0.73
Hex 98 9E DC 1F 1C 0 E EB 31 49
Octal 230 236 334 37 34 0 16 353 61 111
Binary 10011000 10011110 11011100 11111 11100 0 1110 11101011 110001 1001001

Color Harmonies of #989EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EDC

Black with #989EDC

Text Example


Text Example

White with #989EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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