Html Css Color HEX #808BED Portage

📋 copy color: '#808BED'

red 128 ◦ green 139 ◦ blue 237

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

Shades of Portage #808BED

Tints of Portage #808BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 25.4%
G = 27.58%
B = 47.02%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#808BED (or 0x808BED) is known color: Portage. HEX triplet: 80, 8B and ED. RGB value is (128,139,237). Sum of RGB (Red+Green+Blue) = 128+139+237=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #808BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808BED is #7F7412. Grayscale: #929292. Windows color (decimal): -8352787 or 15567744. OLE color: 15567744.

HSL color Cylindrical-coordinate representation of color #808BED: hue angle of 233.94º degrees, saturation: 0.75, 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 #808BED is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 139 237 -
CMYK 0.46 0.41 0 0.07
HSL 233.95º 0.75% 0.72% -
HSV(B) 233.95º 0.46% 0.93% -
XYZ 33.42 29.17 83.99 -
YUV 146.88 178.86 114.53 -
System Red Green Blue C M Y K H S L
Decimal 128 139 237 0.46 0.41 0 0.07 233.95 0.75 0.72
Hex 80 8B ED 2E 29 0 7 EA 4B 48
Octal 200 213 355 56 51 0 7 352 113 110
Binary 10000000 10001011 11101101 101110 101001 0 111 11101010 1001011 1001000

Color Harmonies of #808BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BED

Black with #808BED

Text Example


Text Example

White with #808BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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