Html Css Color HEX #819EDF Portage

📋 copy color: '#819EDF'

red 129 ◦ green 158 ◦ blue 223

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

Shades of Portage #819EDF

Tints of Portage #819EDF

RGB

 RED value IS 129 (50.78% from 255) = 25.29%

 GREEN value IS 158 (62.11% from 255) = 30.98%

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 25.29%
G = 30.98%
B = 43.73%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#819EDF (or 0x819EDF) is known color: Portage. HEX triplet: 81, 9E and DF. RGB value is (129,158,223). Sum of RGB (Red+Green+Blue) = 129+158+223=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #819EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EDF is #7E6120. Grayscale: #9C9C9C. Windows color (decimal): -8282401 or 14655105. OLE color: 14655105.

HSL color Cylindrical-coordinate representation of color #819EDF: hue angle of 221.49º 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 #819EDF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 158 223 -
CMYK 0.42 0.29 0 0.13
HSL 221.49º 0.59% 0.69% -
HSV(B) 221.49º 0.42% 0.87% -
XYZ 34.6 34.45 74.64 -
YUV 156.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 129 158 223 0.42 0.29 0 0.13 221.49 0.59 0.69
Hex 81 9E DF 2A 1D 0 D DD 3B 45
Octal 201 236 337 52 35 0 15 335 73 105
Binary 10000001 10011110 11011111 101010 11101 0 1101 11011101 111011 1000101

Color Harmonies of #819EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EDF

Black with #819EDF

Text Example


Text Example

White with #819EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819EDF; }

 p { color: rgb(129,158,223); }

 H1.HeaderClassName
 {
   color: #819EDF;
 }
 .AnyTagClassName
 {
   color: #819EDF;
 }
</style>

background-color css

<style>
 a { background-color: #819EDF; }

 a { background-color: rgb(129,158,223); }

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

border-color css

<style>
 span { border-color: #819EDF; }

 span { border-color: rgb(129,158,223); }

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