Html Css Color HEX #818FE0 Portage

📋 copy color: '#818FE0'

red 129 ◦ green 143 ◦ blue 224

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

Shades of Portage #818FE0

Tints of Portage #818FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.83%

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 26.01%
G = 28.83%
B = 45.16%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#818FE0 (or 0x818FE0) is known color: Portage. HEX triplet: 81, 8F and E0. RGB value is (129,143,224). Sum of RGB (Red+Green+Blue) = 129+143+224=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #818FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FE0 is #7E701F. Grayscale: #939393. Windows color (decimal): -8286240 or 14716801. OLE color: 14716801.

HSL color Cylindrical-coordinate representation of color #818FE0: hue angle of 231.16º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818FE0 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 143 224 -
CMYK 0.42 0.36 0 0.12
HSL 231.16º 0.61% 0.69% -
HSV(B) 231.16º 0.42% 0.88% -
XYZ 32.33 29.69 74.55 -
YUV 148.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 129 143 224 0.42 0.36 0 0.12 231.16 0.61 0.69
Hex 81 8F E0 2A 24 0 C E7 3D 45
Octal 201 217 340 52 44 0 14 347 75 105
Binary 10000001 10001111 11100000 101010 100100 0 1100 11100111 111101 1000101

Color Harmonies of #818FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FE0

Black with #818FE0

Text Example


Text Example

White with #818FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818FE0; }

 p { color: rgb(129,143,224); }

 H1.HeaderClassName
 {
   color: #818FE0;
 }
 .AnyTagClassName
 {
   color: #818FE0;
 }
</style>

background-color css

<style>
 a { background-color: #818FE0; }

 a { background-color: rgb(129,143,224); }

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

border-color css

<style>
 span { border-color: #818FE0; }

 span { border-color: rgb(129,143,224); }

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