Html Css Color HEX #8090CA Portage

📋 copy color: '#8090CA'

red 128 ◦ green 144 ◦ blue 202

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

Shades of Portage #8090CA

Tints of Portage #8090CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.38%

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 27%
G = 30.38%
B = 42.62%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8090CA (or 0x8090CA) is known color: Portage. HEX triplet: 80, 90 and CA. RGB value is (128,144,202). Sum of RGB (Red+Green+Blue) = 128+144+202=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #8090CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090CA is #7F6F35. Grayscale: #919191. Windows color (decimal): -8351542 or 13275264. OLE color: 13275264.

HSL color Cylindrical-coordinate representation of color #8090CA: hue angle of 227.03º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8090CA is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 144 202 -
CMYK 0.37 0.29 0 0.21
HSL 227.03º 0.41% 0.65% -
HSV(B) 227.03º 0.37% 0.79% -
XYZ 29.54 28.8 59.88 -
YUV 145.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 128 144 202 0.37 0.29 0 0.21 227.03 0.41 0.65
Hex 80 90 CA 25 1D 0 15 E3 29 41
Octal 200 220 312 45 35 0 25 343 51 101
Binary 10000000 10010000 11001010 100101 11101 0 10101 11100011 101001 1000001

Color Harmonies of #8090CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8090CA

Black with #8090CA

Text Example


Text Example

White with #8090CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8090CA; }

 p { color: rgb(128,144,202); }

 H1.HeaderClassName
 {
   color: #8090CA;
 }
 .AnyTagClassName
 {
   color: #8090CA;
 }
</style>

background-color css

<style>
 a { background-color: #8090CA; }

 a { background-color: rgb(128,144,202); }

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

border-color css

<style>
 span { border-color: #8090CA; }

 span { border-color: rgb(128,144,202); }

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