Html Css Color HEX #819CDA Portage

📋 copy color: '#819CDA'

red 129 ◦ green 156 ◦ blue 218

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

Shades of Portage #819CDA

Tints of Portage #819CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.01%

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 25.65%
G = 31.01%
B = 43.34%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#819CDA (or 0x819CDA) is known color: Portage. HEX triplet: 81, 9C and DA. RGB value is (129,156,218). Sum of RGB (Red+Green+Blue) = 129+156+218=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #819CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CDA is #7E6325. Grayscale: #9A9A9A. Windows color (decimal): -8282918 or 14326913. OLE color: 14326913.

HSL color Cylindrical-coordinate representation of color #819CDA: hue angle of 221.8º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #819CDA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 156 218 -
CMYK 0.41 0.28 0 0.15
HSL 221.8º 0.55% 0.68% -
HSV(B) 221.8º 0.41% 0.85% -
XYZ 33.6 33.51 71.03 -
YUV 155 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 129 156 218 0.41 0.28 0 0.15 221.8 0.55 0.68
Hex 81 9C DA 29 1C 0 F DE 37 44
Octal 201 234 332 51 34 0 17 336 67 104
Binary 10000001 10011100 11011010 101001 11100 0 1111 11011110 110111 1000100

Color Harmonies of #819CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CDA

Black with #819CDA

Text Example


Text Example

White with #819CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,156,218); }

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

background-color css

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

 a { background-color: rgb(129,156,218); }

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

border-color css

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

 span { border-color: rgb(129,156,218); }

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