Html Css Color HEX #89A4ED Portage

📋 copy color: '#89A4ED'

red 137 ◦ green 164 ◦ blue 237

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

Shades of Portage #89A4ED

Tints of Portage #89A4ED

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.48%

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 25.46%
G = 30.48%
B = 44.05%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89A4ED (or 0x89A4ED) is known color: Portage. HEX triplet: 89, A4 and ED. RGB value is (137,164,237). Sum of RGB (Red+Green+Blue) = 137+164+237=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #89A4ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A4ED is #765B12. Grayscale: #A3A3A3. Windows color (decimal): -7756563 or 15574153. OLE color: 15574153.

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

Color convert

RGB 137 164 237 -
CMYK 0.42 0.31 0 0.07
HSL 223.8º 0.74% 0.73% -
HSV(B) 223.8º 0.42% 0.93% -
XYZ 38.88 37.98 85.4 -
YUV 164.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 137 164 237 0.42 0.31 0 0.07 223.8 0.74 0.73
Hex 89 A4 ED 2A 1F 0 7 E0 4A 49
Octal 211 244 355 52 37 0 7 340 112 111
Binary 10001001 10100100 11101101 101010 11111 0 111 11100000 1001010 1001001

Color Harmonies of #89A4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A4ED

Black with #89A4ED

Text Example


Text Example

White with #89A4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,164,237); }

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

background-color css

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

 a { background-color: rgb(137,164,237); }

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

border-color css

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

 span { border-color: rgb(137,164,237); }

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