Html Css Color HEX #898AEE Portage

📋 copy color: '#898AEE'

red 137 ◦ green 138 ◦ blue 238

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

Shades of Portage #898AEE

Tints of Portage #898AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 26.71%
G = 26.9%
B = 46.39%

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

#898AEE (or 0x898AEE) is known color: Portage. HEX triplet: 89, 8A and EE. RGB value is (137,138,238). Sum of RGB (Red+Green+Blue) = 137+138+238=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #898AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AEE is #767511. Grayscale: #949494. Windows color (decimal): -7763218 or 15633033. OLE color: 15633033.

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

Color convert

RGB 137 138 238 -
CMYK 0.42 0.42 0 0.07
HSL 239.41º 0.75% 0.74% -
HSV(B) 239.41º 0.42% 0.93% -
XYZ 34.84 29.67 84.78 -
YUV 149.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 137 138 238 0.42 0.42 0 0.07 239.41 0.75 0.74
Hex 89 8A EE 2A 2A 0 7 EF 4B 4A
Octal 211 212 356 52 52 0 7 357 113 112
Binary 10001001 10001010 11101110 101010 101010 0 111 11101111 1001011 1001010

Color Harmonies of #898AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898AEE

Black with #898AEE

Text Example


Text Example

White with #898AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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