Html Css Color HEX #818BEF Portage

📋 copy color: '#818BEF'

red 129 ◦ green 139 ◦ blue 239

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

Shades of Portage #818BEF

Tints of Portage #818BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 25.44%
G = 27.42%
B = 47.14%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#818BEF (or 0x818BEF) is known color: Portage. HEX triplet: 81, 8B and EF. RGB value is (129,139,239). Sum of RGB (Red+Green+Blue) = 129+139+239=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #818BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BEF is #7E7410. Grayscale: #929292. Windows color (decimal): -8287249 or 15698817. OLE color: 15698817.

HSL color Cylindrical-coordinate representation of color #818BEF: hue angle of 234.55º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818BEF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 139 239 -
CMYK 0.46 0.42 0 0.06
HSL 234.55º 0.77% 0.72% -
HSV(B) 234.55º 0.46% 0.94% -
XYZ 33.87 29.36 85.54 -
YUV 147.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 129 139 239 0.46 0.42 0 0.06 234.55 0.77 0.72
Hex 81 8B EF 2E 2A 0 6 EB 4D 48
Octal 201 213 357 56 52 0 6 353 115 110
Binary 10000001 10001011 11101111 101110 101010 0 110 11101011 1001101 1001000

Color Harmonies of #818BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BEF

Black with #818BEF

Text Example


Text Example

White with #818BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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