Html Css Color HEX #819DEE Portage

📋 copy color: '#819DEE'

red 129 ◦ green 157 ◦ blue 238

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

Shades of Portage #819DEE

Tints of Portage #819DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 24.62%
G = 29.96%
B = 45.42%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#819DEE (or 0x819DEE) is known color: Portage. HEX triplet: 81, 9D and EE. RGB value is (129,157,238). Sum of RGB (Red+Green+Blue) = 129+157+238=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #819DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DEE is #7E6211. Grayscale: #9D9D9D. Windows color (decimal): -8282642 or 15637889. OLE color: 15637889.

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

Color convert

RGB 129 157 238 -
CMYK 0.46 0.34 0 0.07
HSL 224.59º 0.76% 0.72% -
HSV(B) 224.59º 0.46% 0.93% -
XYZ 36.54 34.95 85.71 -
YUV 157.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 129 157 238 0.46 0.34 0 0.07 224.59 0.76 0.72
Hex 81 9D EE 2E 22 0 7 E1 4C 48
Octal 201 235 356 56 42 0 7 341 114 110
Binary 10000001 10011101 11101110 101110 100010 0 111 11100001 1001100 1001000

Color Harmonies of #819DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DEE

Black with #819DEE

Text Example


Text Example

White with #819DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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