Html Css Color HEX #898AEC Portage

📋 copy color: '#898AEC'

red 137 ◦ green 138 ◦ blue 236

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

Shades of Portage #898AEC

Tints of Portage #898AEC

RGB

 RED value IS 137 (53.91% from 255) = 26.81%

 GREEN value IS 138 (54.3% from 255) = 27.01%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 26.81%
G = 27.01%
B = 46.18%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#898AEC (or 0x898AEC) is known color: Portage. HEX triplet: 89, 8A and EC. RGB value is (137,138,236). Sum of RGB (Red+Green+Blue) = 137+138+236=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #898AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AEC is #767513. Grayscale: #949494. Windows color (decimal): -7763220 or 15501961. OLE color: 15501961.

HSL color Cylindrical-coordinate representation of color #898AEC: hue angle of 239.39º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898AEC is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 138 236 -
CMYK 0.42 0.42 0 0.07
HSL 239.39º 0.72% 0.73% -
HSV(B) 239.39º 0.42% 0.93% -
XYZ 34.55 29.55 83.24 -
YUV 148.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 137 138 236 0.42 0.42 0 0.07 239.39 0.72 0.73
Hex 89 8A EC 2A 2A 0 7 EF 48 49
Octal 211 212 354 52 52 0 7 357 110 111
Binary 10001001 10001010 11101100 101010 101010 0 111 11101111 1001000 1001001

Color Harmonies of #898AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898AEC

Black with #898AEC

Text Example


Text Example

White with #898AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898AEC; }

 p { color: rgb(137,138,236); }

 H1.HeaderClassName
 {
   color: #898AEC;
 }
 .AnyTagClassName
 {
   color: #898AEC;
 }
</style>

background-color css

<style>
 a { background-color: #898AEC; }

 a { background-color: rgb(137,138,236); }

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

border-color css

<style>
 span { border-color: #898AEC; }

 span { border-color: rgb(137,138,236); }

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