Html Css Color HEX #808CCE Portage

📋 copy color: '#808CCE'

red 128 ◦ green 140 ◦ blue 206

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

Shades of Portage #808CCE

Tints of Portage #808CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 27%
G = 29.54%
B = 43.46%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#808CCE (or 0x808CCE) is known color: Portage. HEX triplet: 80, 8C and CE. RGB value is (128,140,206). Sum of RGB (Red+Green+Blue) = 128+140+206=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #808CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CCE is #7F7331. Grayscale: #8F8F8F. Windows color (decimal): -8352562 or 13536384. OLE color: 13536384.

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

Color convert

RGB 128 140 206 -
CMYK 0.38 0.32 0 0.19
HSL 230.77º 0.44% 0.65% -
HSV(B) 230.77º 0.38% 0.81% -
XYZ 29.42 27.8 62.21 -
YUV 143.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 128 140 206 0.38 0.32 0 0.19 230.77 0.44 0.65
Hex 80 8C CE 26 20 0 13 E7 2C 41
Octal 200 214 316 46 40 0 23 347 54 101
Binary 10000000 10001100 11001110 100110 100000 0 10011 11100111 101100 1000001

Color Harmonies of #808CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CCE

Black with #808CCE

Text Example


Text Example

White with #808CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,140,206); }

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

background-color css

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

 a { background-color: rgb(128,140,206); }

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

border-color css

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

 span { border-color: rgb(128,140,206); }

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