Html Css Color HEX #89A2EE Portage

📋 copy color: '#89A2EE'

red 137 ◦ green 162 ◦ blue 238

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

Shades of Portage #89A2EE

Tints of Portage #89A2EE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

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

R = 25.51%
G = 30.17%
B = 44.32%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89A2EE (or 0x89A2EE) is known color: Portage. HEX triplet: 89, A2 and EE. RGB value is (137,162,238). Sum of RGB (Red+Green+Blue) = 137+162+238=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #89A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A2EE is #765D11. Grayscale: #A2A2A2. Windows color (decimal): -7757074 or 15639177. OLE color: 15639177.

HSL color Cylindrical-coordinate representation of color #89A2EE: hue angle of 225.15º 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 #89A2EE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 162 238 -
CMYK 0.42 0.32 0 0.07
HSL 225.15º 0.75% 0.74% -
HSV(B) 225.15º 0.42% 0.93% -
XYZ 38.67 37.33 86.06 -
YUV 163.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 137 162 238 0.42 0.32 0 0.07 225.15 0.75 0.74
Hex 89 A2 EE 2A 20 0 7 E1 4B 4A
Octal 211 242 356 52 40 0 7 341 113 112
Binary 10001001 10100010 11101110 101010 100000 0 111 11100001 1001011 1001010

Color Harmonies of #89A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A2EE

Black with #89A2EE

Text Example


Text Example

White with #89A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A2EE; }

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

 H1.HeaderClassName
 {
   color: #89A2EE;
 }
 .AnyTagClassName
 {
   color: #89A2EE;
 }
</style>

background-color css

<style>
 a { background-color: #89A2EE; }

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

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

border-color css

<style>
 span { border-color: #89A2EE; }

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

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