Html Css Color HEX #809DED Portage

📋 copy color: '#809DED'

red 128 ◦ green 157 ◦ blue 237

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

Shades of Portage #809DED

Tints of Portage #809DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.08%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 24.52%
G = 30.08%
B = 45.4%

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

#809DED (or 0x809DED) is known color: Portage. HEX triplet: 80, 9D and ED. RGB value is (128,157,237). Sum of RGB (Red+Green+Blue) = 128+157+237=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #809DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809DED is #7F6212. Grayscale: #9D9D9D. Windows color (decimal): -8348179 or 15572352. OLE color: 15572352.

HSL color Cylindrical-coordinate representation of color #809DED: hue angle of 224.04º degrees, saturation: 0.75, 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 #809DED is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 157 237 -
CMYK 0.46 0.34 0 0.07
HSL 224.04º 0.75% 0.72% -
HSV(B) 224.04º 0.46% 0.93% -
XYZ 36.25 34.82 84.93 -
YUV 157.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 128 157 237 0.46 0.34 0 0.07 224.04 0.75 0.72
Hex 80 9D ED 2E 22 0 7 E0 4B 48
Octal 200 235 355 56 42 0 7 340 113 110
Binary 10000000 10011101 11101101 101110 100010 0 111 11100000 1001011 1001000

Color Harmonies of #809DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DED

Black with #809DED

Text Example


Text Example

White with #809DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,157,237); }

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

background-color css

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

 a { background-color: rgb(128,157,237); }

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

border-color css

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

 span { border-color: rgb(128,157,237); }

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