Html Css Color HEX #808FCD Portage

📋 copy color: '#808FCD'

red 128 ◦ green 143 ◦ blue 205

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

Shades of Portage #808FCD

Tints of Portage #808FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 26.89%
G = 30.04%
B = 43.07%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#808FCD (or 0x808FCD) is known color: Portage. HEX triplet: 80, 8F and CD. RGB value is (128,143,205). Sum of RGB (Red+Green+Blue) = 128+143+205=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #808FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FCD is #7F7032. Grayscale: #919191. Windows color (decimal): -8351795 or 13471616. OLE color: 13471616.

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

Color convert

RGB 128 143 205 -
CMYK 0.38 0.30 0 0.20
HSL 228.31º 0.44% 0.65% -
HSV(B) 228.31º 0.38% 0.8% -
XYZ 29.74 28.64 61.72 -
YUV 145.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 128 143 205 0.38 0.30 0 0.20 228.31 0.44 0.65
Hex 80 8F CD 26 1E 0 14 E4 2C 41
Octal 200 217 315 46 36 0 24 344 54 101
Binary 10000000 10001111 11001101 100110 11110 0 10100 11100100 101100 1000001

Color Harmonies of #808FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FCD

Black with #808FCD

Text Example


Text Example

White with #808FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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