Html Css Color HEX #818CEC Portage

📋 copy color: '#818CEC'

red 129 ◦ green 140 ◦ blue 236

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

Shades of Portage #818CEC

Tints of Portage #818CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 25.54%
G = 27.72%
B = 46.73%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#818CEC (or 0x818CEC) is known color: Portage. HEX triplet: 81, 8C and EC. RGB value is (129,140,236). Sum of RGB (Red+Green+Blue) = 129+140+236=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #818CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CEC is #7E7313. Grayscale: #939393. Windows color (decimal): -8286996 or 15502465. OLE color: 15502465.

HSL color Cylindrical-coordinate representation of color #818CEC: hue angle of 233.83º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818CEC is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 140 236 -
CMYK 0.45 0.41 0 0.07
HSL 233.83º 0.74% 0.72% -
HSV(B) 233.83º 0.45% 0.93% -
XYZ 33.57 29.48 83.28 -
YUV 147.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 129 140 236 0.45 0.41 0 0.07 233.83 0.74 0.72
Hex 81 8C EC 2D 29 0 7 EA 4A 48
Octal 201 214 354 55 51 0 7 352 112 110
Binary 10000001 10001100 11101100 101101 101001 0 111 11101010 1001010 1001000

Color Harmonies of #818CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CEC

Black with #818CEC

Text Example


Text Example

White with #818CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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