Html Css Color HEX #809CEC Portage

📋 copy color: '#809CEC'

red 128 ◦ green 156 ◦ blue 236

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

Shades of Portage #809CEC

Tints of Portage #809CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 24.62%
G = 30%
B = 45.38%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#809CEC (or 0x809CEC) is known color: Portage. HEX triplet: 80, 9C and EC. RGB value is (128,156,236). Sum of RGB (Red+Green+Blue) = 128+156+236=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #809CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CEC is #7F6313. Grayscale: #9C9C9C. Windows color (decimal): -8348436 or 15506560. OLE color: 15506560.

HSL color Cylindrical-coordinate representation of color #809CEC: hue angle of 224.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #809CEC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 156 236 -
CMYK 0.46 0.34 0 0.07
HSL 224.44º 0.74% 0.71% -
HSV(B) 224.44º 0.46% 0.93% -
XYZ 35.93 34.42 84.11 -
YUV 156.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 128 156 236 0.46 0.34 0 0.07 224.44 0.74 0.71
Hex 80 9C EC 2E 22 0 7 E0 4A 47
Octal 200 234 354 56 42 0 7 340 112 107
Binary 10000000 10011100 11101100 101110 100010 0 111 11100000 1001010 1000111

Color Harmonies of #809CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CEC

Black with #809CEC

Text Example


Text Example

White with #809CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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