Html Css Color HEX #8A9AEE Portage

📋 copy color: '#8A9AEE'

red 138 ◦ green 154 ◦ blue 238

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

Shades of Portage #8A9AEE

Tints of Portage #8A9AEE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.06%

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

R = 26.04%
G = 29.06%
B = 44.91%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A9AEE (or 0x8A9AEE) is known color: Portage. HEX triplet: 8A, 9A and EE. RGB value is (138,154,238). Sum of RGB (Red+Green+Blue) = 138+154+238=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A9AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9AEE is #756511. Grayscale: #9E9E9E. Windows color (decimal): -7693586 or 15637130. OLE color: 15637130.

HSL color Cylindrical-coordinate representation of color #8A9AEE: hue angle of 230.4º 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 #8A9AEE is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 154 238 -
CMYK 0.42 0.35 0 0.07
HSL 230.4º 0.75% 0.74% -
HSV(B) 230.4º 0.42% 0.93% -
XYZ 37.47 34.69 85.61 -
YUV 158.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 138 154 238 0.42 0.35 0 0.07 230.4 0.75 0.74
Hex 8A 9A EE 2A 23 0 7 E6 4B 4A
Octal 212 232 356 52 43 0 7 346 113 112
Binary 10001010 10011010 11101110 101010 100011 0 111 11100110 1001011 1001010

Color Harmonies of #8A9AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9AEE

Black with #8A9AEE

Text Example


Text Example

White with #8A9AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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