Html Css Color HEX #818CDC Portage

📋 copy color: '#818CDC'

red 129 ◦ green 140 ◦ blue 220

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

Shades of Portage #818CDC

Tints of Portage #818CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 26.38%
G = 28.63%
B = 44.99%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#818CDC (or 0x818CDC) is known color: Portage. HEX triplet: 81, 8C and DC. RGB value is (129,140,220). Sum of RGB (Red+Green+Blue) = 129+140+220=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #818CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CDC is #7E7323. Grayscale: #919191. Windows color (decimal): -8287012 or 14453889. OLE color: 14453889.

HSL color Cylindrical-coordinate representation of color #818CDC: hue angle of 232.75º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818CDC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 140 220 -
CMYK 0.41 0.36 0 0.14
HSL 232.75º 0.57% 0.68% -
HSV(B) 232.75º 0.41% 0.86% -
XYZ 31.35 28.59 71.58 -
YUV 145.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 129 140 220 0.41 0.36 0 0.14 232.75 0.57 0.68
Hex 81 8C DC 29 24 0 E E9 39 44
Octal 201 214 334 51 44 0 16 351 71 104
Binary 10000001 10001100 11011100 101001 100100 0 1110 11101001 111001 1000100

Color Harmonies of #818CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CDC

Black with #818CDC

Text Example


Text Example

White with #818CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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