Html Css Color HEX #819DEF Portage

📋 copy color: '#819DEF'

red 129 ◦ green 157 ◦ blue 239

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

Shades of Portage #819DEF

Tints of Portage #819DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 24.57%
G = 29.9%
B = 45.52%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#819DEF (or 0x819DEF) is known color: Portage. HEX triplet: 81, 9D and EF. RGB value is (129,157,239). Sum of RGB (Red+Green+Blue) = 129+157+239=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #819DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DEF is #7E6210. Grayscale: #9D9D9D. Windows color (decimal): -8282641 or 15703425. OLE color: 15703425.

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

Color convert

RGB 129 157 239 -
CMYK 0.46 0.34 0 0.06
HSL 224.73º 0.77% 0.72% -
HSV(B) 224.73º 0.46% 0.94% -
XYZ 36.69 35.01 86.49 -
YUV 157.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 129 157 239 0.46 0.34 0 0.06 224.73 0.77 0.72
Hex 81 9D EF 2E 22 0 6 E1 4D 48
Octal 201 235 357 56 42 0 6 341 115 110
Binary 10000001 10011101 11101111 101110 100010 0 110 11100001 1001101 1001000

Color Harmonies of #819DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DEF

Black with #819DEF

Text Example


Text Example

White with #819DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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