Html Css Color HEX #808FCE Portage

📋 copy color: '#808FCE'

red 128 ◦ green 143 ◦ blue 206

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

Shades of Portage #808FCE

Tints of Portage #808FCE

RGB

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

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

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

R = 26.83%
G = 29.98%
B = 43.19%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#808FCE (or 0x808FCE) is known color: Portage. HEX triplet: 80, 8F and CE. RGB value is (128,143,206). Sum of RGB (Red+Green+Blue) = 128+143+206=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #808FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FCE is #7F7031. Grayscale: #919191. Windows color (decimal): -8351794 or 13537152. OLE color: 13537152.

HSL color Cylindrical-coordinate representation of color #808FCE: hue angle of 228.46º 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 #808FCE is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 143 206 -
CMYK 0.38 0.31 0 0.19
HSL 228.46º 0.44% 0.65% -
HSV(B) 228.46º 0.38% 0.81% -
XYZ 29.87 28.69 62.36 -
YUV 145.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 128 143 206 0.38 0.31 0 0.19 228.46 0.44 0.65
Hex 80 8F CE 26 1F 0 13 E4 2C 41
Octal 200 217 316 46 37 0 23 344 54 101
Binary 10000000 10001111 11001110 100110 11111 0 10011 11100100 101100 1000001

Color Harmonies of #808FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FCE

Black with #808FCE

Text Example


Text Example

White with #808FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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