Html Css Color HEX #818EEB Portage

📋 copy color: '#818EEB'

red 129 ◦ green 142 ◦ blue 235

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

Shades of Portage #818EEB

Tints of Portage #818EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 25.49%
G = 28.06%
B = 46.44%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#818EEB (or 0x818EEB) is known color: Portage. HEX triplet: 81, 8E and EB. RGB value is (129,142,235). Sum of RGB (Red+Green+Blue) = 129+142+235=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #818EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818EEB is #7E7114. Grayscale: #949494. Windows color (decimal): -8286485 or 15437441. OLE color: 15437441.

HSL color Cylindrical-coordinate representation of color #818EEB: hue angle of 232.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818EEB is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 142 235 -
CMYK 0.45 0.40 0 0.08
HSL 232.64º 0.73% 0.71% -
HSV(B) 232.64º 0.45% 0.92% -
XYZ 33.72 30.01 82.61 -
YUV 148.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 129 142 235 0.45 0.40 0 0.08 232.64 0.73 0.71
Hex 81 8E EB 2D 28 0 8 E9 49 47
Octal 201 216 353 55 50 0 10 351 111 107
Binary 10000001 10001110 11101011 101101 101000 0 1000 11101001 1001001 1000111

Color Harmonies of #818EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EEB

Black with #818EEB

Text Example


Text Example

White with #818EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,142,235); }

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

background-color css

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

 a { background-color: rgb(129,142,235); }

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

border-color css

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

 span { border-color: rgb(129,142,235); }

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