Html Css Color HEX #809CE0 Portage

📋 copy color: '#809CE0'

red 128 ◦ green 156 ◦ blue 224

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

Shades of Portage #809CE0

Tints of Portage #809CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.71%

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 25.2%
G = 30.71%
B = 44.09%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#809CE0 (or 0x809CE0) is known color: Portage. HEX triplet: 80, 9C and E0. RGB value is (128,156,224). Sum of RGB (Red+Green+Blue) = 128+156+224=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #809CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CE0 is #7F631F. Grayscale: #9B9B9B. Windows color (decimal): -8348448 or 14720128. OLE color: 14720128.

HSL color Cylindrical-coordinate representation of color #809CE0: hue angle of 222.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #809CE0 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 156 224 -
CMYK 0.43 0.30 0 0.12
HSL 222.5º 0.61% 0.69% -
HSV(B) 222.5º 0.43% 0.88% -
XYZ 34.25 33.75 75.23 -
YUV 155.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 128 156 224 0.43 0.30 0 0.12 222.5 0.61 0.69
Hex 80 9C E0 2B 1E 0 C DE 3D 45
Octal 200 234 340 53 36 0 14 336 75 105
Binary 10000000 10011100 11100000 101011 11110 0 1100 11011110 111101 1000101

Color Harmonies of #809CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CE0

Black with #809CE0

Text Example


Text Example

White with #809CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809CE0; }

 p { color: rgb(128,156,224); }

 H1.HeaderClassName
 {
   color: #809CE0;
 }
 .AnyTagClassName
 {
   color: #809CE0;
 }
</style>

background-color css

<style>
 a { background-color: #809CE0; }

 a { background-color: rgb(128,156,224); }

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

border-color css

<style>
 span { border-color: #809CE0; }

 span { border-color: rgb(128,156,224); }

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