Html Css Color HEX #819DEC Portage

📋 copy color: '#819DEC'

red 129 ◦ green 157 ◦ blue 236

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

Shades of Portage #819DEC

Tints of Portage #819DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.08%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 24.71%
G = 30.08%
B = 45.21%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#819DEC (or 0x819DEC) is known color: Portage. HEX triplet: 81, 9D and EC. RGB value is (129,157,236). Sum of RGB (Red+Green+Blue) = 129+157+236=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #819DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DEC is #7E6213. Grayscale: #9D9D9D. Windows color (decimal): -8282644 or 15506817. OLE color: 15506817.

HSL color Cylindrical-coordinate representation of color #819DEC: hue angle of 224.3º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819DEC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 157 236 -
CMYK 0.45 0.33 0 0.07
HSL 224.3º 0.74% 0.72% -
HSV(B) 224.3º 0.45% 0.93% -
XYZ 36.25 34.84 84.17 -
YUV 157.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 129 157 236 0.45 0.33 0 0.07 224.3 0.74 0.72
Hex 81 9D EC 2D 21 0 7 E0 4A 48
Octal 201 235 354 55 41 0 7 340 112 110
Binary 10000001 10011101 11101100 101101 100001 0 111 11100000 1001010 1001000

Color Harmonies of #819DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DEC

Black with #819DEC

Text Example


Text Example

White with #819DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,157,236); }

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

background-color css

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

 a { background-color: rgb(129,157,236); }

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

border-color css

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

 span { border-color: rgb(129,157,236); }

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