Html Css Color HEX #818BDE Portage

📋 copy color: '#818BDE'

red 129 ◦ green 139 ◦ blue 222

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

Shades of Portage #818BDE

Tints of Portage #818BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 26.33%
G = 28.37%
B = 45.31%

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

#818BDE (or 0x818BDE) is known color: Portage. HEX triplet: 81, 8B and DE. RGB value is (129,139,222). Sum of RGB (Red+Green+Blue) = 129+139+222=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #818BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BDE is #7E7421. Grayscale: #919191. Windows color (decimal): -8287266 or 14584705. OLE color: 14584705.

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

Color convert

RGB 129 139 222 -
CMYK 0.42 0.37 0 0.13
HSL 233.55º 0.58% 0.69% -
HSV(B) 233.55º 0.42% 0.87% -
XYZ 31.47 28.41 72.93 -
YUV 145.47 171.19 116.25 -
System Red Green Blue C M Y K H S L
Decimal 129 139 222 0.42 0.37 0 0.13 233.55 0.58 0.69
Hex 81 8B DE 2A 25 0 D EA 3A 45
Octal 201 213 336 52 45 0 15 352 72 105
Binary 10000001 10001011 11011110 101010 100101 0 1101 11101010 111010 1000101

Color Harmonies of #818BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BDE

Black with #818BDE

Text Example


Text Example

White with #818BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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