Html Css Color HEX #818CDD Portage

📋 copy color: '#818CDD'

red 129 ◦ green 140 ◦ blue 221

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

Shades of Portage #818CDD

Tints of Portage #818CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 26.33%
G = 28.57%
B = 45.1%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#818CDD (or 0x818CDD) is known color: Portage. HEX triplet: 81, 8C and DD. RGB value is (129,140,221). Sum of RGB (Red+Green+Blue) = 129+140+221=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #818CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CDD is #7E7322. Grayscale: #919191. Windows color (decimal): -8287011 or 14519425. OLE color: 14519425.

HSL color Cylindrical-coordinate representation of color #818CDD: hue angle of 232.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818CDD is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 140 221 -
CMYK 0.42 0.37 0 0.13
HSL 232.83º 0.58% 0.69% -
HSV(B) 232.83º 0.42% 0.87% -
XYZ 31.48 28.64 72.28 -
YUV 145.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 129 140 221 0.42 0.37 0 0.13 232.83 0.58 0.69
Hex 81 8C DD 2A 25 0 D E9 3A 45
Octal 201 214 335 52 45 0 15 351 72 105
Binary 10000001 10001100 11011101 101010 100101 0 1101 11101001 111010 1000101

Color Harmonies of #818CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CDD

Black with #818CDD

Text Example


Text Example

White with #818CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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