Html Css Color HEX #818CE0 Portage

📋 copy color: '#818CE0'

red 129 ◦ green 140 ◦ blue 224

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

Shades of Portage #818CE0

Tints of Portage #818CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 26.17%
G = 28.4%
B = 45.44%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#818CE0 (or 0x818CE0) is known color: Portage. HEX triplet: 81, 8C and E0. RGB value is (129,140,224). Sum of RGB (Red+Green+Blue) = 129+140+224=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #818CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CE0 is #7E731F. Grayscale: #919191. Windows color (decimal): -8287008 or 14716033. OLE color: 14716033.

HSL color Cylindrical-coordinate representation of color #818CE0: hue angle of 233.05º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818CE0 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 140 224 -
CMYK 0.42 0.38 0 0.12
HSL 233.05º 0.61% 0.69% -
HSV(B) 233.05º 0.42% 0.88% -
XYZ 31.89 28.81 74.4 -
YUV 146.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 129 140 224 0.42 0.38 0 0.12 233.05 0.61 0.69
Hex 81 8C E0 2A 26 0 C E9 3D 45
Octal 201 214 340 52 46 0 14 351 75 105
Binary 10000001 10001100 11100000 101010 100110 0 1100 11101001 111101 1000101

Color Harmonies of #818CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CE0

Black with #818CE0

Text Example


Text Example

White with #818CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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