Html Css Color HEX #8088EE Portage

📋 copy color: '#8088EE'

red 128 ◦ green 136 ◦ blue 238

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

Shades of Portage #8088EE

Tints of Portage #8088EE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.09%

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

R = 25.5%
G = 27.09%
B = 47.41%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8088EE (or 0x8088EE) is known color: Portage. HEX triplet: 80, 88 and EE. RGB value is (128,136,238). Sum of RGB (Red+Green+Blue) = 128+136+238=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #8088EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8088EE is #7F7711. Grayscale: #909090. Windows color (decimal): -8353554 or 15632512. OLE color: 15632512.

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

Color convert

RGB 128 136 238 -
CMYK 0.46 0.43 0 0.07
HSL 235.64º 0.76% 0.72% -
HSV(B) 235.64º 0.46% 0.93% -
XYZ 33.14 28.37 84.62 -
YUV 145.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 128 136 238 0.46 0.43 0 0.07 235.64 0.76 0.72
Hex 80 88 EE 2E 2B 0 7 EC 4C 48
Octal 200 210 356 56 53 0 7 354 114 110
Binary 10000000 10001000 11101110 101110 101011 0 111 11101100 1001100 1001000

Color Harmonies of #8088EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8088EE

Black with #8088EE

Text Example


Text Example

White with #8088EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8088EE; }

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

 H1.HeaderClassName
 {
   color: #8088EE;
 }
 .AnyTagClassName
 {
   color: #8088EE;
 }
</style>

background-color css

<style>
 a { background-color: #8088EE; }

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

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

border-color css

<style>
 span { border-color: #8088EE; }

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

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