Html Css Color HEX #818FDD Portage

📋 copy color: '#818FDD'

red 129 ◦ green 143 ◦ blue 221

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

Shades of Portage #818FDD

Tints of Portage #818FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.01%

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

R = 26.17%
G = 29.01%
B = 44.83%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#818FDD (or 0x818FDD) is known color: Portage. HEX triplet: 81, 8F and DD. RGB value is (129,143,221). Sum of RGB (Red+Green+Blue) = 129+143+221=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #818FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FDD is #7E7022. Grayscale: #939393. Windows color (decimal): -8286243 or 14520193. OLE color: 14520193.

HSL color Cylindrical-coordinate representation of color #818FDD: hue angle of 230.87º 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 #818FDD is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 143 221 -
CMYK 0.42 0.35 0 0.13
HSL 230.87º 0.58% 0.69% -
HSV(B) 230.87º 0.42% 0.87% -
XYZ 31.93 29.53 72.42 -
YUV 147.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 129 143 221 0.42 0.35 0 0.13 230.87 0.58 0.69
Hex 81 8F DD 2A 23 0 D E7 3A 45
Octal 201 217 335 52 43 0 15 347 72 105
Binary 10000001 10001111 11011101 101010 100011 0 1101 11100111 111010 1000101

Color Harmonies of #818FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FDD

Black with #818FDD

Text Example


Text Example

White with #818FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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