Html Css Color HEX #8A98EE Portage

📋 copy color: '#8A98EE'

red 138 ◦ green 152 ◦ blue 238

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

Shades of Portage #8A98EE

Tints of Portage #8A98EE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.79%

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

R = 26.14%
G = 28.79%
B = 45.08%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A98EE (or 0x8A98EE) is known color: Portage. HEX triplet: 8A, 98 and EE. RGB value is (138,152,238). Sum of RGB (Red+Green+Blue) = 138+152+238=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A98EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A98EE is #756711. Grayscale: #9D9D9D. Windows color (decimal): -7694098 or 15636618. OLE color: 15636618.

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

Color convert

RGB 138 152 238 -
CMYK 0.42 0.36 0 0.07
HSL 231.6º 0.75% 0.74% -
HSV(B) 231.6º 0.42% 0.93% -
XYZ 37.14 34.03 85.5 -
YUV 157.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 138 152 238 0.42 0.36 0 0.07 231.6 0.75 0.74
Hex 8A 98 EE 2A 24 0 7 E8 4B 4A
Octal 212 230 356 52 44 0 7 350 113 112
Binary 10001010 10011000 11101110 101010 100100 0 111 11101000 1001011 1001010

Color Harmonies of #8A98EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A98EE

Black with #8A98EE

Text Example


Text Example

White with #8A98EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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