Html Css Color HEX #809CE8 Portage

📋 copy color: '#809CE8'

red 128 ◦ green 156 ◦ blue 232

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

Shades of Portage #809CE8

Tints of Portage #809CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.96%

R = 24.81%
G = 30.23%
B = 44.96%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#809CE8 (or 0x809CE8) is known color: Portage. HEX triplet: 80, 9C and E8. RGB value is (128,156,232). Sum of RGB (Red+Green+Blue) = 128+156+232=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #809CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CE8 is #7F6317. Grayscale: #9B9B9B. Windows color (decimal): -8348440 or 15244416. OLE color: 15244416.

HSL color Cylindrical-coordinate representation of color #809CE8: hue angle of 223.85º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #809CE8 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 156 232 -
CMYK 0.45 0.33 0 0.09
HSL 223.85º 0.69% 0.71% -
HSV(B) 223.85º 0.45% 0.91% -
XYZ 35.36 34.19 81.08 -
YUV 156.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 128 156 232 0.45 0.33 0 0.09 223.85 0.69 0.71
Hex 80 9C E8 2D 21 0 9 E0 45 47
Octal 200 234 350 55 41 0 11 340 105 107
Binary 10000000 10011100 11101000 101101 100001 0 1001 11100000 1000101 1000111

Color Harmonies of #809CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CE8

Black with #809CE8

Text Example


Text Example

White with #809CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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