Html Css Color HEX #8088CE Portage

📋 copy color: '#8088CE'

red 128 ◦ green 136 ◦ blue 206

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

Shades of Portage #8088CE

Tints of Portage #8088CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.94%

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

R = 27.23%
G = 28.94%
B = 43.83%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8088CE (or 0x8088CE) is known color: Portage. HEX triplet: 80, 88 and CE. RGB value is (128,136,206). Sum of RGB (Red+Green+Blue) = 128+136+206=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8088CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088CE is #7F7731. Grayscale: #8D8D8D. Windows color (decimal): -8353586 or 13535360. OLE color: 13535360.

HSL color Cylindrical-coordinate representation of color #8088CE: hue angle of 233.85º 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 #8088CE is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 136 206 -
CMYK 0.38 0.34 0 0.19
HSL 233.85º 0.44% 0.65% -
HSV(B) 233.85º 0.38% 0.81% -
XYZ 28.85 26.65 62.02 -
YUV 141.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 128 136 206 0.38 0.34 0 0.19 233.85 0.44 0.65
Hex 80 88 CE 26 22 0 13 EA 2C 41
Octal 200 210 316 46 42 0 23 352 54 101
Binary 10000000 10001000 11001110 100110 100010 0 10011 11101010 101100 1000001

Color Harmonies of #8088CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8088CE

Black with #8088CE

Text Example


Text Example

White with #8088CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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