Html Css Color HEX #818CDE Portage

📋 copy color: '#818CDE'

red 129 ◦ green 140 ◦ blue 222

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

Shades of Portage #818CDE

Tints of Portage #818CDE

RGB

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

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

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

R = 26.27%
G = 28.51%
B = 45.21%

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

#818CDE (or 0x818CDE) is known color: Portage. HEX triplet: 81, 8C and DE. RGB value is (129,140,222). Sum of RGB (Red+Green+Blue) = 129+140+222=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #818CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CDE is #7E7321. Grayscale: #919191. Windows color (decimal): -8287010 or 14584961. OLE color: 14584961.

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

Color convert

RGB 129 140 222 -
CMYK 0.42 0.37 0 0.13
HSL 232.9º 0.58% 0.69% -
HSV(B) 232.9º 0.42% 0.87% -
XYZ 31.62 28.7 72.98 -
YUV 146.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 129 140 222 0.42 0.37 0 0.13 232.9 0.58 0.69
Hex 81 8C DE 2A 25 0 D E9 3A 45
Octal 201 214 336 52 45 0 15 351 72 105
Binary 10000001 10001100 11011110 101010 100101 0 1101 11101001 111010 1000101

Color Harmonies of #818CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CDE

Black with #818CDE

Text Example


Text Example

White with #818CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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