Html Css Color HEX #8D9AEA Portage

📋 copy color: '#8D9AEA'

red 141 ◦ green 154 ◦ blue 234

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

Shades of Portage #8D9AEA

Tints of Portage #8D9AEA

RGB

 RED value IS 141 (55.47% from 255) = 26.65%

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 26.65%
G = 29.11%
B = 44.23%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D9AEA (or 0x8D9AEA) is known color: Portage. HEX triplet: 8D, 9A and EA. RGB value is (141,154,234). Sum of RGB (Red+Green+Blue) = 141+154+234=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D9AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AEA is #726515. Grayscale: #9E9E9E. Windows color (decimal): -7496982 or 15374989. OLE color: 15374989.

HSL color Cylindrical-coordinate representation of color #8D9AEA: hue angle of 231.61º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D9AEA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 154 234 -
CMYK 0.40 0.34 0 0.08
HSL 231.61º 0.69% 0.74% -
HSV(B) 231.61º 0.4% 0.92% -
XYZ 37.39 34.71 82.57 -
YUV 159.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 141 154 234 0.40 0.34 0 0.08 231.61 0.69 0.74
Hex 8D 9A EA 28 22 0 8 E8 45 4A
Octal 215 232 352 50 42 0 10 350 105 112
Binary 10001101 10011010 11101010 101000 100010 0 1000 11101000 1000101 1001010

Color Harmonies of #8D9AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9AEA

Black with #8D9AEA

Text Example


Text Example

White with #8D9AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,154,234); }

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

background-color css

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

 a { background-color: rgb(141,154,234); }

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

border-color css

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

 span { border-color: rgb(141,154,234); }

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