Html Css Color HEX #8089CE Portage

📋 copy color: '#8089CE'

red 128 ◦ green 137 ◦ blue 206

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

Shades of Portage #8089CE

Tints of Portage #8089CE

RGB

 RED value IS 128 (50.39% from 255) = 27.18%

 GREEN value IS 137 (53.91% from 255) = 29.09%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 27.18%
G = 29.09%
B = 43.74%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8089CE (or 0x8089CE) is known color: Portage. HEX triplet: 80, 89 and CE. RGB value is (128,137,206). Sum of RGB (Red+Green+Blue) = 128+137+206=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8089CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089CE is #7F7631. Grayscale: #8D8D8D. Windows color (decimal): -8353330 or 13535616. OLE color: 13535616.

HSL color Cylindrical-coordinate representation of color #8089CE: hue angle of 233.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8089CE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 137 206 -
CMYK 0.38 0.33 0 0.19
HSL 233.08º 0.44% 0.65% -
HSV(B) 233.08º 0.38% 0.81% -
XYZ 28.99 26.94 62.06 -
YUV 142.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 128 137 206 0.38 0.33 0 0.19 233.08 0.44 0.65
Hex 80 89 CE 26 21 0 13 E9 2C 41
Octal 200 211 316 46 41 0 23 351 54 101
Binary 10000000 10001001 11001110 100110 100001 0 10011 11101001 101100 1000001

Color Harmonies of #8089CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8089CE

Black with #8089CE

Text Example


Text Example

White with #8089CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8089CE; }

 p { color: rgb(128,137,206); }

 H1.HeaderClassName
 {
   color: #8089CE;
 }
 .AnyTagClassName
 {
   color: #8089CE;
 }
</style>

background-color css

<style>
 a { background-color: #8089CE; }

 a { background-color: rgb(128,137,206); }

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

border-color css

<style>
 span { border-color: #8089CE; }

 span { border-color: rgb(128,137,206); }

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