Html Css Color HEX #819AD5 Portage

📋 copy color: '#819AD5'

red 129 ◦ green 154 ◦ blue 213

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

Shades of Portage #819AD5

Tints of Portage #819AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 26.01%
G = 31.05%
B = 42.94%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#819AD5 (or 0x819AD5) is known color: Portage. HEX triplet: 81, 9A and D5. RGB value is (129,154,213). Sum of RGB (Red+Green+Blue) = 129+154+213=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #819AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AD5 is #7E652A. Grayscale: #989898. Windows color (decimal): -8283435 or 13998721. OLE color: 13998721.

HSL color Cylindrical-coordinate representation of color #819AD5: hue angle of 222.14º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819AD5 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 154 213 -
CMYK 0.39 0.28 0 0.16
HSL 222.14º 0.5% 0.67% -
HSV(B) 222.14º 0.39% 0.84% -
XYZ 32.62 32.58 67.52 -
YUV 153.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 129 154 213 0.39 0.28 0 0.16 222.14 0.5 0.67
Hex 81 9A D5 27 1C 0 10 DE 32 43
Octal 201 232 325 47 34 0 20 336 62 103
Binary 10000001 10011010 11010101 100111 11100 0 10000 11011110 110010 1000011

Color Harmonies of #819AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819AD5

Black with #819AD5

Text Example


Text Example

White with #819AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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