Html Css Color HEX #818ACB Portage

📋 copy color: '#818ACB'

red 129 ◦ green 138 ◦ blue 203

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

Shades of Portage #818ACB

Tints of Portage #818ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 27.45%
G = 29.36%
B = 43.19%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#818ACB (or 0x818ACB) is known color: Portage. HEX triplet: 81, 8A and CB. RGB value is (129,138,203). Sum of RGB (Red+Green+Blue) = 129+138+203=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #818ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ACB is #7E7534. Grayscale: #8E8E8E. Windows color (decimal): -8287541 or 13339265. OLE color: 13339265.

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

Color convert

RGB 129 138 203 -
CMYK 0.36 0.32 0 0.20
HSL 232.7º 0.42% 0.65% -
HSV(B) 232.7º 0.36% 0.8% -
XYZ 28.92 27.16 60.22 -
YUV 142.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 129 138 203 0.36 0.32 0 0.20 232.7 0.42 0.65
Hex 81 8A CB 24 20 0 14 E9 2A 41
Octal 201 212 313 44 40 0 24 351 52 101
Binary 10000001 10001010 11001011 100100 100000 0 10100 11101001 101010 1000001

Color Harmonies of #818ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ACB

Black with #818ACB

Text Example


Text Example

White with #818ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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