Html Css Color HEX #809CEE Portage

📋 copy color: '#809CEE'

red 128 ◦ green 156 ◦ blue 238

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

Shades of Portage #809CEE

Tints of Portage #809CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 24.52%
G = 29.89%
B = 45.59%

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

#809CEE (or 0x809CEE) is known color: Portage. HEX triplet: 80, 9C and EE. RGB value is (128,156,238). Sum of RGB (Red+Green+Blue) = 128+156+238=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #809CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CEE is #7F6311. Grayscale: #9C9C9C. Windows color (decimal): -8348434 or 15637632. OLE color: 15637632.

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

Color convert

RGB 128 156 238 -
CMYK 0.46 0.34 0 0.07
HSL 224.73º 0.76% 0.72% -
HSV(B) 224.73º 0.46% 0.93% -
XYZ 36.22 34.54 85.65 -
YUV 156.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 128 156 238 0.46 0.34 0 0.07 224.73 0.76 0.72
Hex 80 9C EE 2E 22 0 7 E1 4C 48
Octal 200 234 356 56 42 0 7 341 114 110
Binary 10000000 10011100 11101110 101110 100010 0 111 11100001 1001100 1001000

Color Harmonies of #809CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CEE

Black with #809CEE

Text Example


Text Example

White with #809CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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