Html Css Color HEX #818ACC Portage

📋 copy color: '#818ACC'

red 129 ◦ green 138 ◦ blue 204

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

Shades of Portage #818ACC

Tints of Portage #818ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 27.39%
G = 29.3%
B = 43.31%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#818ACC (or 0x818ACC) is known color: Portage. HEX triplet: 81, 8A and CC. RGB value is (129,138,204). Sum of RGB (Red+Green+Blue) = 129+138+204=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #818ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ACC is #7E7533. Grayscale: #8E8E8E. Windows color (decimal): -8287540 or 13404801. OLE color: 13404801.

HSL color Cylindrical-coordinate representation of color #818ACC: hue angle of 232.8º degrees, saturation: 0.42, 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 #818ACC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 138 204 -
CMYK 0.37 0.32 0 0.2
HSL 232.8º 0.42% 0.65% -
HSV(B) 232.8º 0.37% 0.8% -
XYZ 29.04 27.2 60.85 -
YUV 142.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 129 138 204 0.37 0.32 0 0.2 232.8 0.42 0.65
Hex 81 8A CC 25 20 0 14 E9 2A 41
Octal 201 212 314 45 40 0 24 351 52 101
Binary 10000001 10001010 11001100 100101 100000 0 10100 11101001 101010 1000001

Color Harmonies of #818ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ACC

Black with #818ACC

Text Example


Text Example

White with #818ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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