Html Css Color HEX #819CD3 Portage

📋 copy color: '#819CD3'

red 129 ◦ green 156 ◦ blue 211

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

Shades of Portage #819CD3

Tints of Portage #819CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.54%

R = 26.01%
G = 31.45%
B = 42.54%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#819CD3 (or 0x819CD3) is known color: Portage. HEX triplet: 81, 9C and D3. RGB value is (129,156,211). Sum of RGB (Red+Green+Blue) = 129+156+211=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #819CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CD3 is #7E632C. Grayscale: #999999. Windows color (decimal): -8282925 or 13868161. OLE color: 13868161.

HSL color Cylindrical-coordinate representation of color #819CD3: hue angle of 220.24º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819CD3 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 129 156 211 -
CMYK 0.39 0.26 0 0.17
HSL 220.24º 0.48% 0.67% -
HSV(B) 220.24º 0.39% 0.83% -
XYZ 32.7 33.15 66.3 -
YUV 154.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 129 156 211 0.39 0.26 0 0.17 220.24 0.48 0.67
Hex 81 9C D3 27 1A 0 11 DC 30 43
Octal 201 234 323 47 32 0 21 334 60 103
Binary 10000001 10011100 11010011 100111 11010 0 10001 11011100 110000 1000011

Color Harmonies of #819CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CD3

Black with #819CD3

Text Example


Text Example

White with #819CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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