Html Css Color HEX #8087E0 Portage

📋 copy color: '#8087E0'

red 128 ◦ green 135 ◦ blue 224

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

Shades of Portage #8087E0

Tints of Portage #8087E0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.72%

 BLUE value IS 224 (87.89% from 255) = 46%

R = 26.28%
G = 27.72%
B = 46%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8087E0 (or 0x8087E0) is known color: Portage. HEX triplet: 80, 87 and E0. RGB value is (128,135,224). Sum of RGB (Red+Green+Blue) = 128+135+224=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #8087E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087E0 is #7F781F. Grayscale: #8E8E8E. Windows color (decimal): -8353824 or 14714752. OLE color: 14714752.

HSL color Cylindrical-coordinate representation of color #8087E0: hue angle of 235.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8087E0 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 135 224 -
CMYK 0.43 0.40 0 0.12
HSL 235.63º 0.61% 0.69% -
HSV(B) 235.63º 0.43% 0.88% -
XYZ 31.02 27.3 74.16 -
YUV 143.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 128 135 224 0.43 0.40 0 0.12 235.63 0.61 0.69
Hex 80 87 E0 2B 28 0 C EC 3D 45
Octal 200 207 340 53 50 0 14 354 75 105
Binary 10000000 10000111 11100000 101011 101000 0 1100 11101100 111101 1000101

Color Harmonies of #8087E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8087E0

Black with #8087E0

Text Example


Text Example

White with #8087E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8087E0; }

 p { color: rgb(128,135,224); }

 H1.HeaderClassName
 {
   color: #8087E0;
 }
 .AnyTagClassName
 {
   color: #8087E0;
 }
</style>

background-color css

<style>
 a { background-color: #8087E0; }

 a { background-color: rgb(128,135,224); }

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

border-color css

<style>
 span { border-color: #8087E0; }

 span { border-color: rgb(128,135,224); }

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