Html Css Color HEX #989EEA Portage

📋 copy color: '#989EEA'

red 152 ◦ green 158 ◦ blue 234

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

Shades of Portage #989EEA

Tints of Portage #989EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 27.94%
G = 29.04%
B = 43.01%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#989EEA (or 0x989EEA) is known color: Portage. HEX triplet: 98, 9E and EA. RGB value is (152,158,234). Sum of RGB (Red+Green+Blue) = 152+158+234=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #989EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989EEA is #676115. Grayscale: #A4A4A4. Windows color (decimal): -6775062 or 15376024. OLE color: 15376024.

HSL color Cylindrical-coordinate representation of color #989EEA: hue angle of 235.61º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #989EEA is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 158 234 -
CMYK 0.35 0.32 0 0.08
HSL 235.61º 0.66% 0.76% -
HSV(B) 235.61º 0.35% 0.92% -
XYZ 40.03 37.07 82.89 -
YUV 164.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 152 158 234 0.35 0.32 0 0.08 235.61 0.66 0.76
Hex 98 9E EA 23 20 0 8 EC 42 4C
Octal 230 236 352 43 40 0 10 354 102 114
Binary 10011000 10011110 11101010 100011 100000 0 1000 11101100 1000010 1001100

Color Harmonies of #989EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EEA

Black with #989EEA

Text Example


Text Example

White with #989EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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