Html Css Color HEX #8C94CE Portage

📋 copy color: '#8C94CE'

red 140 ◦ green 148 ◦ blue 206

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

Shades of Portage #8C94CE

Tints of Portage #8C94CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 28.34%
G = 29.96%
B = 41.7%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C94CE (or 0x8C94CE) is known color: Portage. HEX triplet: 8C, 94 and CE. RGB value is (140,148,206). Sum of RGB (Red+Green+Blue) = 140+148+206=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C94CE is #736B31. Grayscale: #979797. Windows color (decimal): -7564082 or 13538444. OLE color: 13538444.

HSL color Cylindrical-coordinate representation of color #8C94CE: hue angle of 232.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C94CE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 148 206 -
CMYK 0.32 0.28 0 0.19
HSL 232.73º 0.4% 0.68% -
HSV(B) 232.73º 0.32% 0.81% -
XYZ 32.55 31.21 62.7 -
YUV 152.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 140 148 206 0.32 0.28 0 0.19 232.73 0.4 0.68
Hex 8C 94 CE 20 1C 0 13 E9 28 44
Octal 214 224 316 40 34 0 23 351 50 104
Binary 10001100 10010100 11001110 100000 11100 0 10011 11101001 101000 1000100

Color Harmonies of #8C94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C94CE

Black with #8C94CE

Text Example


Text Example

White with #8C94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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