Html Css Color HEX #808BCC Portage

📋 copy color: '#808BCC'

red 128 ◦ green 139 ◦ blue 204

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

Shades of Portage #808BCC

Tints of Portage #808BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

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

R = 27.18%
G = 29.51%
B = 43.31%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#808BCC (or 0x808BCC) is known color: Portage. HEX triplet: 80, 8B and CC. RGB value is (128,139,204). Sum of RGB (Red+Green+Blue) = 128+139+204=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #808BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BCC is #7F7433. Grayscale: #8E8E8E. Windows color (decimal): -8352820 or 13405056. OLE color: 13405056.

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

Color convert

RGB 128 139 204 -
CMYK 0.37 0.32 0 0.2
HSL 231.32º 0.43% 0.65% -
HSV(B) 231.32º 0.37% 0.8% -
XYZ 29.03 27.41 60.89 -
YUV 143.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 128 139 204 0.37 0.32 0 0.2 231.32 0.43 0.65
Hex 80 8B CC 25 20 0 14 E7 2B 41
Octal 200 213 314 45 40 0 24 347 53 101
Binary 10000000 10001011 11001100 100101 100000 0 10100 11100111 101011 1000001

Color Harmonies of #808BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BCC

Black with #808BCC

Text Example


Text Example

White with #808BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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