Html Css Color HEX #989EE2 Portage

📋 copy color: '#989EE2'

red 152 ◦ green 158 ◦ blue 226

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

Shades of Portage #989EE2

Tints of Portage #989EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.16%

R = 28.36%
G = 29.48%
B = 42.16%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#989EE2 (or 0x989EE2) is known color: Portage. HEX triplet: 98, 9E and E2. RGB value is (152,158,226). Sum of RGB (Red+Green+Blue) = 152+158+226=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #989EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EE2 is #67611D. Grayscale: #A3A3A3. Windows color (decimal): -6775070 or 14851736. OLE color: 14851736.

HSL color Cylindrical-coordinate representation of color #989EE2: hue angle of 235.14º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #989EE2 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 158 226 -
CMYK 0.33 0.30 0 0.11
HSL 235.14º 0.56% 0.74% -
HSV(B) 235.14º 0.33% 0.89% -
XYZ 38.9 36.62 76.97 -
YUV 163.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 152 158 226 0.33 0.30 0 0.11 235.14 0.56 0.74
Hex 98 9E E2 21 1E 0 B EB 38 4A
Octal 230 236 342 41 36 0 13 353 70 112
Binary 10011000 10011110 11100010 100001 11110 0 1011 11101011 111000 1001010

Color Harmonies of #989EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EE2

Black with #989EE2

Text Example


Text Example

White with #989EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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