Html Css Color HEX #818CCD Portage

📋 copy color: '#818CCD'

red 129 ◦ green 140 ◦ blue 205

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

Shades of Portage #818CCD

Tints of Portage #818CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

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

R = 27.22%
G = 29.54%
B = 43.25%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#818CCD (or 0x818CCD) is known color: Portage. HEX triplet: 81, 8C and CD. RGB value is (129,140,205). Sum of RGB (Red+Green+Blue) = 129+140+205=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #818CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CCD is #7E7332. Grayscale: #8F8F8F. Windows color (decimal): -8287027 or 13470849. OLE color: 13470849.

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

Color convert

RGB 129 140 205 -
CMYK 0.37 0.32 0 0.20
HSL 231.32º 0.43% 0.65% -
HSV(B) 231.32º 0.37% 0.8% -
XYZ 29.45 27.83 61.58 -
YUV 144.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 129 140 205 0.37 0.32 0 0.20 231.32 0.43 0.65
Hex 81 8C CD 25 20 0 14 E7 2B 41
Octal 201 214 315 45 40 0 24 347 53 101
Binary 10000001 10001100 11001101 100101 100000 0 10100 11100111 101011 1000001

Color Harmonies of #818CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CCD

Black with #818CCD

Text Example


Text Example

White with #818CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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