Html Css Color HEX #808FEE Portage

📋 copy color: '#808FEE'

red 128 ◦ green 143 ◦ blue 238

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

Shades of Portage #808FEE

Tints of Portage #808FEE

RGB

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

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

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

R = 25.15%
G = 28.09%
B = 46.76%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#808FEE (or 0x808FEE) is known color: Portage. HEX triplet: 80, 8F and EE. RGB value is (128,143,238). Sum of RGB (Red+Green+Blue) = 128+143+238=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #808FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FEE is #7F7011. Grayscale: #949494. Windows color (decimal): -8351762 or 15634304. OLE color: 15634304.

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

Color convert

RGB 128 143 238 -
CMYK 0.46 0.40 0 0.07
HSL 231.82º 0.76% 0.72% -
HSV(B) 231.82º 0.46% 0.93% -
XYZ 34.16 30.41 84.96 -
YUV 149.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 128 143 238 0.46 0.40 0 0.07 231.82 0.76 0.72
Hex 80 8F EE 2E 28 0 7 E8 4C 48
Octal 200 217 356 56 50 0 7 350 114 110
Binary 10000000 10001111 11101110 101110 101000 0 111 11101000 1001100 1001000

Color Harmonies of #808FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FEE

Black with #808FEE

Text Example


Text Example

White with #808FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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