Html Css Color HEX #819DE7 Portage

📋 copy color: '#819DE7'

red 129 ◦ green 157 ◦ blue 231

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

Shades of Portage #819DE7

Tints of Portage #819DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 24.95%
G = 30.37%
B = 44.68%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#819DE7 (or 0x819DE7) is known color: Portage. HEX triplet: 81, 9D and E7. RGB value is (129,157,231). Sum of RGB (Red+Green+Blue) = 129+157+231=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #819DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DE7 is #7E6218. Grayscale: #9C9C9C. Windows color (decimal): -8282649 or 15179137. OLE color: 15179137.

HSL color Cylindrical-coordinate representation of color #819DE7: hue angle of 223.53º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #819DE7 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 157 231 -
CMYK 0.44 0.32 0 0.09
HSL 223.53º 0.68% 0.71% -
HSV(B) 223.53º 0.44% 0.91% -
XYZ 35.53 34.55 80.4 -
YUV 157.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 129 157 231 0.44 0.32 0 0.09 223.53 0.68 0.71
Hex 81 9D E7 2C 20 0 9 E0 44 47
Octal 201 235 347 54 40 0 11 340 104 107
Binary 10000001 10011101 11100111 101100 100000 0 1001 11100000 1000100 1000111

Color Harmonies of #819DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DE7

Black with #819DE7

Text Example


Text Example

White with #819DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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