Html Css Color HEX #819AD2 Portage

📋 copy color: '#819AD2'

red 129 ◦ green 154 ◦ blue 210

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

Shades of Portage #819AD2

Tints of Portage #819AD2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.24%

 BLUE value IS 210 (82.42% from 255) = 42.6%

R = 26.17%
G = 31.24%
B = 42.6%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#819AD2 (or 0x819AD2) is known color: Portage. HEX triplet: 81, 9A and D2. RGB value is (129,154,210). Sum of RGB (Red+Green+Blue) = 129+154+210=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #819AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AD2 is #7E652D. Grayscale: #989898. Windows color (decimal): -8283438 or 13802113. OLE color: 13802113.

HSL color Cylindrical-coordinate representation of color #819AD2: hue angle of 221.48º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819AD2 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 154 210 -
CMYK 0.39 0.27 0 0.18
HSL 221.48º 0.47% 0.66% -
HSV(B) 221.48º 0.39% 0.82% -
XYZ 32.24 32.43 65.53 -
YUV 152.91 160.22 110.95 -
System Red Green Blue C M Y K H S L
Decimal 129 154 210 0.39 0.27 0 0.18 221.48 0.47 0.66
Hex 81 9A D2 27 1B 0 12 DD 2F 42
Octal 201 232 322 47 33 0 22 335 57 102
Binary 10000001 10011010 11010010 100111 11011 0 10010 11011101 101111 1000010

Color Harmonies of #819AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819AD2

Black with #819AD2

Text Example


Text Example

White with #819AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,154,210); }

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

background-color css

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

 a { background-color: rgb(129,154,210); }

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

border-color css

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

 span { border-color: rgb(129,154,210); }

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