Html Css Color HEX #8A9EEF Portage

📋 copy color: '#8A9EEF'

red 138 ◦ green 158 ◦ blue 239

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

Shades of Portage #8A9EEF

Tints of Portage #8A9EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.53%

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 25.79%
G = 29.53%
B = 44.67%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8A9EEF (or 0x8A9EEF) is known color: Portage. HEX triplet: 8A, 9E and EF. RGB value is (138,158,239). Sum of RGB (Red+Green+Blue) = 138+158+239=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A9EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9EEF is #756110. Grayscale: #A0A0A0. Windows color (decimal): -7692561 or 15703690. OLE color: 15703690.

HSL color Cylindrical-coordinate representation of color #8A9EEF: hue angle of 228.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9EEF is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 158 239 -
CMYK 0.42 0.34 0 0.06
HSL 228.12º 0.76% 0.74% -
HSV(B) 228.12º 0.42% 0.94% -
XYZ 38.29 36.09 86.61 -
YUV 161.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 138 158 239 0.42 0.34 0 0.06 228.12 0.76 0.74
Hex 8A 9E EF 2A 22 0 6 E4 4C 4A
Octal 212 236 357 52 42 0 6 344 114 112
Binary 10001010 10011110 11101111 101010 100010 0 110 11100100 1001100 1001010

Color Harmonies of #8A9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9EEF

Black with #8A9EEF

Text Example


Text Example

White with #8A9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,158,239); }

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

background-color css

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

 a { background-color: rgb(138,158,239); }

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

border-color css

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

 span { border-color: rgb(138,158,239); }

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