Html Css Color HEX #8C90EF Portage

📋 copy color: '#8C90EF'

red 140 ◦ green 144 ◦ blue 239

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

Shades of Portage #8C90EF

Tints of Portage #8C90EF

RGB

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

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

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

R = 26.77%
G = 27.53%
B = 45.7%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C90EF (or 0x8C90EF) is known color: Portage. HEX triplet: 8C, 90 and EF. RGB value is (140,144,239). Sum of RGB (Red+Green+Blue) = 140+144+239=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C90EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C90EF is #736F10. Grayscale: #999999. Windows color (decimal): -7565073 or 15700108. OLE color: 15700108.

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

Color convert

RGB 140 144 239 -
CMYK 0.41 0.40 0 0.06
HSL 237.58º 0.76% 0.74% -
HSV(B) 237.58º 0.41% 0.94% -
XYZ 36.37 31.75 85.87 -
YUV 153.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 140 144 239 0.41 0.40 0 0.06 237.58 0.76 0.74
Hex 8C 90 EF 29 28 0 6 EE 4C 4A
Octal 214 220 357 51 50 0 6 356 114 112
Binary 10001100 10010000 11101111 101001 101000 0 110 11101110 1001100 1001010

Color Harmonies of #8C90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C90EF

Black with #8C90EF

Text Example


Text Example

White with #8C90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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