Html Css Color HEX #8A88EE Portage

📋 copy color: '#8A88EE'

red 138 ◦ green 136 ◦ blue 238

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

Shades of Portage #8A88EE

Tints of Portage #8A88EE

RGB

 RED value IS 138 (54.3% from 255) = 26.95%

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

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

R = 26.95%
G = 26.56%
B = 46.48%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A88EE (or 0x8A88EE) is known color: Portage. HEX triplet: 8A, 88 and EE. RGB value is (138,136,238). Sum of RGB (Red+Green+Blue) = 138+136+238=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A88EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A88EE is #757711. Grayscale: #939393. Windows color (decimal): -7698194 or 15632522. OLE color: 15632522.

HSL color Cylindrical-coordinate representation of color #8A88EE: hue angle of 241.18º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A88EE is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 136 238 -
CMYK 0.42 0.43 0 0.07
HSL 241.18º 0.75% 0.73% -
HSV(B) 241.18º 0.43% 0.93% -
XYZ 34.72 29.18 84.69 -
YUV 148.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 138 136 238 0.42 0.43 0 0.07 241.18 0.75 0.73
Hex 8A 88 EE 2A 2B 0 7 F1 4B 49
Octal 212 210 356 52 53 0 7 361 113 111
Binary 10001010 10001000 11101110 101010 101011 0 111 11110001 1001011 1001001

Color Harmonies of #8A88EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A88EE

Black with #8A88EE

Text Example


Text Example

White with #8A88EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A88EE; }

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

 H1.HeaderClassName
 {
   color: #8A88EE;
 }
 .AnyTagClassName
 {
   color: #8A88EE;
 }
</style>

background-color css

<style>
 a { background-color: #8A88EE; }

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

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

border-color css

<style>
 span { border-color: #8A88EE; }

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

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