Html Css Color HEX #808FEB Portage

📋 copy color: '#808FEB'

red 128 ◦ green 143 ◦ blue 235

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

Shades of Portage #808FEB

Tints of Portage #808FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

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

R = 25.3%
G = 28.26%
B = 46.44%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#808FEB (or 0x808FEB) is known color: Portage. HEX triplet: 80, 8F and EB. RGB value is (128,143,235). Sum of RGB (Red+Green+Blue) = 128+143+235=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 143 (56.25% from 255 or 28.26% 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 #808FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FEB is #7F7014. Grayscale: #949494. Windows color (decimal): -8351765 or 15437696. OLE color: 15437696.

HSL color Cylindrical-coordinate representation of color #808FEB: hue angle of 231.59º 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 #808FEB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 143 235 -
CMYK 0.46 0.39 0 0.08
HSL 231.59º 0.73% 0.71% -
HSV(B) 231.59º 0.46% 0.92% -
XYZ 33.72 30.23 82.66 -
YUV 149 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 128 143 235 0.46 0.39 0 0.08 231.59 0.73 0.71
Hex 80 8F EB 2E 27 0 8 E8 49 47
Octal 200 217 353 56 47 0 10 350 111 107
Binary 10000000 10001111 11101011 101110 100111 0 1000 11101000 1001001 1000111

Color Harmonies of #808FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FEB

Black with #808FEB

Text Example


Text Example

White with #808FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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