Html Css Color HEX #819EDD Portage

📋 copy color: '#819EDD'

red 129 ◦ green 158 ◦ blue 221

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

Shades of Portage #819EDD

Tints of Portage #819EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 25.39%
G = 31.1%
B = 43.5%

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

#819EDD (or 0x819EDD) is known color: Portage. HEX triplet: 81, 9E and DD. RGB value is (129,158,221). Sum of RGB (Red+Green+Blue) = 129+158+221=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #819EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EDD is #7E6122. Grayscale: #9C9C9C. Windows color (decimal): -8282403 or 14524033. OLE color: 14524033.

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

Color convert

RGB 129 158 221 -
CMYK 0.42 0.29 0 0.13
HSL 221.09º 0.58% 0.69% -
HSV(B) 221.09º 0.42% 0.87% -
XYZ 34.33 34.34 73.23 -
YUV 156.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 129 158 221 0.42 0.29 0 0.13 221.09 0.58 0.69
Hex 81 9E DD 2A 1D 0 D DD 3A 45
Octal 201 236 335 52 35 0 15 335 72 105
Binary 10000001 10011110 11011101 101010 11101 0 1101 11011101 111010 1000101

Color Harmonies of #819EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EDD

Black with #819EDD

Text Example


Text Example

White with #819EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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