Html Css Color HEX #819BDD Portage

📋 copy color: '#819BDD'

red 129 ◦ green 155 ◦ blue 221

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

Shades of Portage #819BDD

Tints of Portage #819BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 25.54%
G = 30.69%
B = 43.76%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#819BDD (or 0x819BDD) is known color: Portage. HEX triplet: 81, 9B and DD. RGB value is (129,155,221). Sum of RGB (Red+Green+Blue) = 129+155+221=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #819BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BDD is #7E6422. Grayscale: #9A9A9A. Windows color (decimal): -8283171 or 14523265. OLE color: 14523265.

HSL color Cylindrical-coordinate representation of color #819BDD: hue angle of 223.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819BDD is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 155 221 -
CMYK 0.42 0.30 0 0.13
HSL 223.04º 0.58% 0.69% -
HSV(B) 223.04º 0.42% 0.87% -
XYZ 33.83 33.33 73.06 -
YUV 154.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 129 155 221 0.42 0.30 0 0.13 223.04 0.58 0.69
Hex 81 9B DD 2A 1E 0 D DF 3A 45
Octal 201 233 335 52 36 0 15 337 72 105
Binary 10000001 10011011 11011101 101010 11110 0 1101 11011111 111010 1000101

Color Harmonies of #819BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BDD

Black with #819BDD

Text Example


Text Example

White with #819BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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