Html Css Color HEX #808BEB Portage

📋 copy color: '#808BEB'

red 128 ◦ green 139 ◦ blue 235

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

Shades of Portage #808BEB

Tints of Portage #808BEB

RGB

 RED value IS 128 (50.39% from 255) = 25.5%

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

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

R = 25.5%
G = 27.69%
B = 46.81%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#808BEB (or 0x808BEB) is known color: Portage. HEX triplet: 80, 8B and EB. RGB value is (128,139,235). Sum of RGB (Red+Green+Blue) = 128+139+235=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #808BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808BEB is #7F7414. Grayscale: #929292. Windows color (decimal): -8352789 or 15436672. OLE color: 15436672.

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

Color convert

RGB 128 139 235 -
CMYK 0.46 0.41 0 0.08
HSL 233.83º 0.73% 0.71% -
HSV(B) 233.83º 0.46% 0.92% -
XYZ 33.13 29.05 82.46 -
YUV 146.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 128 139 235 0.46 0.41 0 0.08 233.83 0.73 0.71
Hex 80 8B EB 2E 29 0 8 EA 49 47
Octal 200 213 353 56 51 0 10 352 111 107
Binary 10000000 10001011 11101011 101110 101001 0 1000 11101010 1001001 1000111

Color Harmonies of #808BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BEB

Black with #808BEB

Text Example


Text Example

White with #808BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808BEB; }

 p { color: rgb(128,139,235); }

 H1.HeaderClassName
 {
   color: #808BEB;
 }
 .AnyTagClassName
 {
   color: #808BEB;
 }
</style>

background-color css

<style>
 a { background-color: #808BEB; }

 a { background-color: rgb(128,139,235); }

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

border-color css

<style>
 span { border-color: #808BEB; }

 span { border-color: rgb(128,139,235); }

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