Html Css Color HEX #819BE6 Portage

📋 copy color: '#819BE6'

red 129 ◦ green 155 ◦ blue 230

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

Shades of Portage #819BE6

Tints of Portage #819BE6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.16%

 BLUE value IS 230 (90.23% from 255) = 44.75%

R = 25.1%
G = 30.16%
B = 44.75%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#819BE6 (or 0x819BE6) is known color: Portage. HEX triplet: 81, 9B and E6. RGB value is (129,155,230). Sum of RGB (Red+Green+Blue) = 129+155+230=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #819BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BE6 is #7E6419. Grayscale: #9B9B9B. Windows color (decimal): -8283162 or 15113089. OLE color: 15113089.

HSL color Cylindrical-coordinate representation of color #819BE6: hue angle of 224.55º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #819BE6 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 129 155 230 -
CMYK 0.44 0.33 0 0.10
HSL 224.55º 0.67% 0.7% -
HSV(B) 224.55º 0.44% 0.9% -
XYZ 35.06 33.82 79.54 -
YUV 155.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 129 155 230 0.44 0.33 0 0.10 224.55 0.67 0.7
Hex 81 9B E6 2C 21 0 A E1 43 46
Octal 201 233 346 54 41 0 12 341 103 106
Binary 10000001 10011011 11100110 101100 100001 0 1010 11100001 1000011 1000110

Color Harmonies of #819BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BE6

Black with #819BE6

Text Example


Text Example

White with #819BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,155,230); }

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

background-color css

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

 a { background-color: rgb(129,155,230); }

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

border-color css

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

 span { border-color: rgb(129,155,230); }

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