Html Css Color HEX #8994CE Portage

📋 copy color: '#8994CE'

red 137 ◦ green 148 ◦ blue 206

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

Shades of Portage #8994CE

Tints of Portage #8994CE

RGB

 RED value IS 137 (53.91% from 255) = 27.9%

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

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

R = 27.9%
G = 30.14%
B = 41.96%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8994CE (or 0x8994CE) is known color: Portage. HEX triplet: 89, 94 and CE. RGB value is (137,148,206). Sum of RGB (Red+Green+Blue) = 137+148+206=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #8994CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994CE is #766B31. Grayscale: #979797. Windows color (decimal): -7760690 or 13538441. OLE color: 13538441.

HSL color Cylindrical-coordinate representation of color #8994CE: hue angle of 230.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8994CE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 148 206 -
CMYK 0.33 0.28 0 0.19
HSL 230.43º 0.41% 0.67% -
HSV(B) 230.43º 0.33% 0.81% -
XYZ 32.05 30.95 62.68 -
YUV 151.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 137 148 206 0.33 0.28 0 0.19 230.43 0.41 0.67
Hex 89 94 CE 21 1C 0 13 E6 29 43
Octal 211 224 316 41 34 0 23 346 51 103
Binary 10001001 10010100 11001110 100001 11100 0 10011 11100110 101001 1000011

Color Harmonies of #8994CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8994CE

Black with #8994CE

Text Example


Text Example

White with #8994CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8994CE; }

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

 H1.HeaderClassName
 {
   color: #8994CE;
 }
 .AnyTagClassName
 {
   color: #8994CE;
 }
</style>

background-color css

<style>
 a { background-color: #8994CE; }

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

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

border-color css

<style>
 span { border-color: #8994CE; }

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

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