Html Css Color HEX #808FCC Portage

📋 copy color: '#808FCC'

red 128 ◦ green 143 ◦ blue 204

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

Shades of Portage #808FCC

Tints of Portage #808FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 26.95%
G = 30.11%
B = 42.95%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#808FCC (or 0x808FCC) is known color: Portage. HEX triplet: 80, 8F and CC. RGB value is (128,143,204). Sum of RGB (Red+Green+Blue) = 128+143+204=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #808FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FCC is #7F7033. Grayscale: #919191. Windows color (decimal): -8351796 or 13406080. OLE color: 13406080.

HSL color Cylindrical-coordinate representation of color #808FCC: hue angle of 228.16º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808FCC is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 143 204 -
CMYK 0.37 0.30 0 0.2
HSL 228.16º 0.43% 0.65% -
HSV(B) 228.16º 0.37% 0.8% -
XYZ 29.62 28.59 61.08 -
YUV 145.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 128 143 204 0.37 0.30 0 0.2 228.16 0.43 0.65
Hex 80 8F CC 25 1E 0 14 E4 2B 41
Octal 200 217 314 45 36 0 24 344 53 101
Binary 10000000 10001111 11001100 100101 11110 0 10100 11100100 101011 1000001

Color Harmonies of #808FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FCC

Black with #808FCC

Text Example


Text Example

White with #808FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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