Html Css Color HEX #809CEA Portage

📋 copy color: '#809CEA'

red 128 ◦ green 156 ◦ blue 234

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

Shades of Portage #809CEA

Tints of Portage #809CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 24.71%
G = 30.12%
B = 45.17%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#809CEA (or 0x809CEA) is known color: Portage. HEX triplet: 80, 9C and EA. RGB value is (128,156,234). Sum of RGB (Red+Green+Blue) = 128+156+234=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #809CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CEA is #7F6315. Grayscale: #9C9C9C. Windows color (decimal): -8348438 or 15375488. OLE color: 15375488.

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

Color convert

RGB 128 156 234 -
CMYK 0.45 0.33 0 0.08
HSL 224.15º 0.72% 0.71% -
HSV(B) 224.15º 0.45% 0.92% -
XYZ 35.64 34.31 82.59 -
YUV 156.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 128 156 234 0.45 0.33 0 0.08 224.15 0.72 0.71
Hex 80 9C EA 2D 21 0 8 E0 48 47
Octal 200 234 352 55 41 0 10 340 110 107
Binary 10000000 10011100 11101010 101101 100001 0 1000 11100000 1001000 1000111

Color Harmonies of #809CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CEA

Black with #809CEA

Text Example


Text Example

White with #809CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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