Html Css Color HEX #8C94EC Portage

📋 copy color: '#8C94EC'

red 140 ◦ green 148 ◦ blue 236

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

Shades of Portage #8C94EC

Tints of Portage #8C94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 26.72%
G = 28.24%
B = 45.04%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C94EC (or 0x8C94EC) is known color: Portage. HEX triplet: 8C, 94 and EC. RGB value is (140,148,236). Sum of RGB (Red+Green+Blue) = 140+148+236=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C94EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C94EC is #736B13. Grayscale: #9B9B9B. Windows color (decimal): -7564052 or 15504524. OLE color: 15504524.

HSL color Cylindrical-coordinate representation of color #8C94EC: hue angle of 235º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C94EC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 148 236 -
CMYK 0.41 0.37 0 0.07
HSL 235º 0.72% 0.74% -
HSV(B) 235º 0.41% 0.93% -
XYZ 36.55 32.81 83.76 -
YUV 155.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 140 148 236 0.41 0.37 0 0.07 235 0.72 0.74
Hex 8C 94 EC 29 25 0 7 EB 48 4A
Octal 214 224 354 51 45 0 7 353 110 112
Binary 10001100 10010100 11101100 101001 100101 0 111 11101011 1001000 1001010

Color Harmonies of #8C94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C94EC

Black with #8C94EC

Text Example


Text Example

White with #8C94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,236); }

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

background-color css

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

 a { background-color: rgb(140,148,236); }

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

border-color css

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

 span { border-color: rgb(140,148,236); }

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