Html Css Color HEX #809CDE Portage

📋 copy color: '#809CDE'

red 128 ◦ green 156 ◦ blue 222

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

Shades of Portage #809CDE

Tints of Portage #809CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 25.3%
G = 30.83%
B = 43.87%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809CDE (or 0x809CDE) is known color: Portage. HEX triplet: 80, 9C and DE. RGB value is (128,156,222). Sum of RGB (Red+Green+Blue) = 128+156+222=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #809CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CDE is #7F6321. Grayscale: #9A9A9A. Windows color (decimal): -8348450 or 14589056. OLE color: 14589056.

HSL color Cylindrical-coordinate representation of color #809CDE: hue angle of 222.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809CDE is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 156 222 -
CMYK 0.42 0.30 0 0.13
HSL 222.13º 0.59% 0.69% -
HSV(B) 222.13º 0.42% 0.87% -
XYZ 33.98 33.64 73.81 -
YUV 155.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 128 156 222 0.42 0.30 0 0.13 222.13 0.59 0.69
Hex 80 9C DE 2A 1E 0 D DE 3B 45
Octal 200 234 336 52 36 0 15 336 73 105
Binary 10000000 10011100 11011110 101010 11110 0 1101 11011110 111011 1000101

Color Harmonies of #809CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CDE

Black with #809CDE

Text Example


Text Example

White with #809CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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