Html Css Color HEX #819DEA Portage

📋 copy color: '#819DEA'

red 129 ◦ green 157 ◦ blue 234

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

Shades of Portage #819DEA

Tints of Portage #819DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 24.81%
G = 30.19%
B = 45%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#819DEA (or 0x819DEA) is known color: Portage. HEX triplet: 81, 9D and EA. RGB value is (129,157,234). Sum of RGB (Red+Green+Blue) = 129+157+234=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #819DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DEA is #7E6215. Grayscale: #9D9D9D. Windows color (decimal): -8282646 or 15375745. OLE color: 15375745.

HSL color Cylindrical-coordinate representation of color #819DEA: hue angle of 224º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819DEA is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 157 234 -
CMYK 0.45 0.33 0 0.08
HSL 224º 0.71% 0.71% -
HSV(B) 224º 0.45% 0.92% -
XYZ 35.96 34.72 82.65 -
YUV 157.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 129 157 234 0.45 0.33 0 0.08 224 0.71 0.71
Hex 81 9D EA 2D 21 0 8 E0 47 47
Octal 201 235 352 55 41 0 10 340 107 107
Binary 10000001 10011101 11101010 101101 100001 0 1000 11100000 1000111 1000111

Color Harmonies of #819DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DEA

Black with #819DEA

Text Example


Text Example

White with #819DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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