Html Css Color HEX #808BEE Portage

📋 copy color: '#808BEE'

red 128 ◦ green 139 ◦ blue 238

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

Shades of Portage #808BEE

Tints of Portage #808BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 25.35%
G = 27.52%
B = 47.13%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#808BEE (or 0x808BEE) is known color: Portage. HEX triplet: 80, 8B and EE. RGB value is (128,139,238). Sum of RGB (Red+Green+Blue) = 128+139+238=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #808BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808BEE is #7F7411. Grayscale: #929292. Windows color (decimal): -8352786 or 15633280. OLE color: 15633280.

HSL color Cylindrical-coordinate representation of color #808BEE: hue angle of 234º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808BEE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 139 238 -
CMYK 0.46 0.42 0 0.07
HSL 234º 0.76% 0.72% -
HSV(B) 234º 0.46% 0.93% -
XYZ 33.57 29.23 84.76 -
YUV 147 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 128 139 238 0.46 0.42 0 0.07 234 0.76 0.72
Hex 80 8B EE 2E 2A 0 7 EA 4C 48
Octal 200 213 356 56 52 0 7 352 114 110
Binary 10000000 10001011 11101110 101110 101010 0 111 11101010 1001100 1001000

Color Harmonies of #808BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BEE

Black with #808BEE

Text Example


Text Example

White with #808BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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