Html Css Color HEX #818ACD Portage

📋 copy color: '#818ACD'

red 129 ◦ green 138 ◦ blue 205

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

Shades of Portage #818ACD

Tints of Portage #818ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 27.33%
G = 29.24%
B = 43.43%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#818ACD (or 0x818ACD) is known color: Portage. HEX triplet: 81, 8A and CD. RGB value is (129,138,205). Sum of RGB (Red+Green+Blue) = 129+138+205=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #818ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ACD is #7E7532. Grayscale: #8E8E8E. Windows color (decimal): -8287539 or 13470337. OLE color: 13470337.

HSL color Cylindrical-coordinate representation of color #818ACD: hue angle of 232.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818ACD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 138 205 -
CMYK 0.37 0.33 0 0.20
HSL 232.89º 0.43% 0.65% -
HSV(B) 232.89º 0.37% 0.8% -
XYZ 29.16 27.25 61.48 -
YUV 142.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 129 138 205 0.37 0.33 0 0.20 232.89 0.43 0.65
Hex 81 8A CD 25 21 0 14 E9 2B 41
Octal 201 212 315 45 41 0 24 351 53 101
Binary 10000001 10001010 11001101 100101 100001 0 10100 11101001 101011 1000001

Color Harmonies of #818ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ACD

Black with #818ACD

Text Example


Text Example

White with #818ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,138,205); }

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

background-color css

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

 a { background-color: rgb(129,138,205); }

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

border-color css

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

 span { border-color: rgb(129,138,205); }

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