Html Css Color HEX #819BD6 Portage

📋 copy color: '#819BD6'

red 129 ◦ green 155 ◦ blue 214

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

Shades of Portage #819BD6

Tints of Portage #819BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.12%

 BLUE value IS 214 (83.98% from 255) = 42.97%

R = 25.9%
G = 31.12%
B = 42.97%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#819BD6 (or 0x819BD6) is known color: Portage. HEX triplet: 81, 9B and D6. RGB value is (129,155,214). Sum of RGB (Red+Green+Blue) = 129+155+214=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #819BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BD6 is #7E6429. Grayscale: #999999. Windows color (decimal): -8283178 or 14064513. OLE color: 14064513.

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

Color convert

RGB 129 155 214 -
CMYK 0.40 0.28 0 0.16
HSL 221.65º 0.51% 0.67% -
HSV(B) 221.65º 0.4% 0.84% -
XYZ 32.91 32.96 68.25 -
YUV 153.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 129 155 214 0.40 0.28 0 0.16 221.65 0.51 0.67
Hex 81 9B D6 28 1C 0 10 DE 33 43
Octal 201 233 326 50 34 0 20 336 63 103
Binary 10000001 10011011 11010110 101000 11100 0 10000 11011110 110011 1000011

Color Harmonies of #819BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BD6

Black with #819BD6

Text Example


Text Example

White with #819BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,155,214); }

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

background-color css

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

 a { background-color: rgb(129,155,214); }

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

border-color css

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

 span { border-color: rgb(129,155,214); }

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