Html Css Color HEX #818BD0 Portage

📋 copy color: '#818BD0'

red 129 ◦ green 139 ◦ blue 208

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

Shades of Portage #818BD0

Tints of Portage #818BD0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.2%

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 27.1%
G = 29.2%
B = 43.7%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#818BD0 (or 0x818BD0) is known color: Portage. HEX triplet: 81, 8B and D0. RGB value is (129,139,208). Sum of RGB (Red+Green+Blue) = 129+139+208=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #818BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BD0 is #7E742F. Grayscale: #8F8F8F. Windows color (decimal): -8287280 or 13667201. OLE color: 13667201.

HSL color Cylindrical-coordinate representation of color #818BD0: hue angle of 232.41º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818BD0 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 139 208 -
CMYK 0.38 0.33 0 0.18
HSL 232.41º 0.46% 0.66% -
HSV(B) 232.41º 0.38% 0.82% -
XYZ 29.67 27.69 63.45 -
YUV 143.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 129 139 208 0.38 0.33 0 0.18 232.41 0.46 0.66
Hex 81 8B D0 26 21 0 12 E8 2E 42
Octal 201 213 320 46 41 0 22 350 56 102
Binary 10000001 10001011 11010000 100110 100001 0 10010 11101000 101110 1000010

Color Harmonies of #818BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BD0

Black with #818BD0

Text Example


Text Example

White with #818BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,139,208); }

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

background-color css

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

 a { background-color: rgb(129,139,208); }

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

border-color css

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

 span { border-color: rgb(129,139,208); }

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