Html Css Color HEX #8C90EA Portage

📋 copy color: '#8C90EA'

red 140 ◦ green 144 ◦ blue 234

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

Shades of Portage #8C90EA

Tints of Portage #8C90EA

RGB

 RED value IS 140 (55.08% from 255) = 27.03%

 GREEN value IS 144 (56.64% from 255) = 27.8%

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

R = 27.03%
G = 27.8%
B = 45.17%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C90EA (or 0x8C90EA) is known color: Portage. HEX triplet: 8C, 90 and EA. RGB value is (140,144,234). Sum of RGB (Red+Green+Blue) = 140+144+234=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C90EA is #736F15. Grayscale: #989898. Windows color (decimal): -7565078 or 15372428. OLE color: 15372428.

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

Color convert

RGB 140 144 234 -
CMYK 0.40 0.38 0 0.08
HSL 237.45º 0.69% 0.73% -
HSV(B) 237.45º 0.4% 0.92% -
XYZ 35.64 31.46 82.04 -
YUV 153.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 140 144 234 0.40 0.38 0 0.08 237.45 0.69 0.73
Hex 8C 90 EA 28 26 0 8 ED 45 49
Octal 214 220 352 50 46 0 10 355 105 111
Binary 10001100 10010000 11101010 101000 100110 0 1000 11101101 1000101 1001001

Color Harmonies of #8C90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C90EA

Black with #8C90EA

Text Example


Text Example

White with #8C90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,144,234); }

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

background-color css

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

 a { background-color: rgb(140,144,234); }

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

border-color css

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

 span { border-color: rgb(140,144,234); }

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