Html Css Color HEX #808FCA Portage

📋 copy color: '#808FCA'

red 128 ◦ green 143 ◦ blue 202

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

Shades of Portage #808FCA

Tints of Portage #808FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.23%

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

R = 27.06%
G = 30.23%
B = 42.71%

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

#808FCA (or 0x808FCA) is known color: Portage. HEX triplet: 80, 8F and CA. RGB value is (128,143,202). Sum of RGB (Red+Green+Blue) = 128+143+202=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #808FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FCA is #7F7035. Grayscale: #909090. Windows color (decimal): -8351798 or 13275008. OLE color: 13275008.

HSL color Cylindrical-coordinate representation of color #808FCA: hue angle of 227.84º 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 #808FCA is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 143 202 -
CMYK 0.37 0.29 0 0.21
HSL 227.84º 0.41% 0.65% -
HSV(B) 227.84º 0.37% 0.79% -
XYZ 29.39 28.5 59.83 -
YUV 145.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 128 143 202 0.37 0.29 0 0.21 227.84 0.41 0.65
Hex 80 8F CA 25 1D 0 15 E4 29 41
Octal 200 217 312 45 35 0 25 344 51 101
Binary 10000000 10001111 11001010 100101 11101 0 10101 11100100 101001 1000001

Color Harmonies of #808FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FCA

Black with #808FCA

Text Example


Text Example

White with #808FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808FCA; }

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

 H1.HeaderClassName
 {
   color: #808FCA;
 }
 .AnyTagClassName
 {
   color: #808FCA;
 }
</style>

background-color css

<style>
 a { background-color: #808FCA; }

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

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

border-color css

<style>
 span { border-color: #808FCA; }

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

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