Html Css Color HEX #808CDF Portage

📋 copy color: '#808CDF'

red 128 ◦ green 140 ◦ blue 223

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

Shades of Portage #808CDF

Tints of Portage #808CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 26.07%
G = 28.51%
B = 45.42%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#808CDF (or 0x808CDF) is known color: Portage. HEX triplet: 80, 8C and DF. RGB value is (128,140,223). Sum of RGB (Red+Green+Blue) = 128+140+223=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #808CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CDF is #7F7320. Grayscale: #919191. Windows color (decimal): -8352545 or 14650496. OLE color: 14650496.

HSL color Cylindrical-coordinate representation of color #808CDF: hue angle of 232.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #808CDF is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 140 223 -
CMYK 0.43 0.37 0 0.13
HSL 232.42º 0.6% 0.69% -
HSV(B) 232.42º 0.43% 0.87% -
XYZ 31.6 28.67 73.68 -
YUV 145.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 128 140 223 0.43 0.37 0 0.13 232.42 0.6 0.69
Hex 80 8C DF 2B 25 0 D E8 3C 45
Octal 200 214 337 53 45 0 15 350 74 105
Binary 10000000 10001100 11011111 101011 100101 0 1101 11101000 111100 1000101

Color Harmonies of #808CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CDF

Black with #808CDF

Text Example


Text Example

White with #808CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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