Html Css Color HEX #8A8EEE Portage

📋 copy color: '#8A8EEE'

red 138 ◦ green 142 ◦ blue 238

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

Shades of Portage #8A8EEE

Tints of Portage #8A8EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.41%

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

R = 26.64%
G = 27.41%
B = 45.95%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A8EEE (or 0x8A8EEE) is known color: Portage. HEX triplet: 8A, 8E and EE. RGB value is (138,142,238). Sum of RGB (Red+Green+Blue) = 138+142+238=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A8EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8EEE is #757111. Grayscale: #979797. Windows color (decimal): -7696658 or 15634058. OLE color: 15634058.

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

Color convert

RGB 138 142 238 -
CMYK 0.42 0.40 0 0.07
HSL 237.6º 0.75% 0.74% -
HSV(B) 237.6º 0.42% 0.93% -
XYZ 35.59 30.92 84.98 -
YUV 151.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 138 142 238 0.42 0.40 0 0.07 237.6 0.75 0.74
Hex 8A 8E EE 2A 28 0 7 EE 4B 4A
Octal 212 216 356 52 50 0 7 356 113 112
Binary 10001010 10001110 11101110 101010 101000 0 111 11101110 1001011 1001010

Color Harmonies of #8A8EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8EEE

Black with #8A8EEE

Text Example


Text Example

White with #8A8EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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