Html Css Color HEX #8994CD Portage

📋 copy color: '#8994CD'

red 137 ◦ green 148 ◦ blue 205

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

Shades of Portage #8994CD

Tints of Portage #8994CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 27.96%
G = 30.2%
B = 41.84%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8994CD (or 0x8994CD) is known color: Portage. HEX triplet: 89, 94 and CD. RGB value is (137,148,205). Sum of RGB (Red+Green+Blue) = 137+148+205=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #8994CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994CD is #766B32. Grayscale: #969696. Windows color (decimal): -7760691 or 13472905. OLE color: 13472905.

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

Color convert

RGB 137 148 205 -
CMYK 0.33 0.28 0 0.20
HSL 230.29º 0.4% 0.67% -
HSV(B) 230.29º 0.33% 0.8% -
XYZ 31.93 30.91 62.04 -
YUV 151.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 137 148 205 0.33 0.28 0 0.20 230.29 0.4 0.67
Hex 89 94 CD 21 1C 0 14 E6 28 43
Octal 211 224 315 41 34 0 24 346 50 103
Binary 10001001 10010100 11001101 100001 11100 0 10100 11100110 101000 1000011

Color Harmonies of #8994CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8994CD

Black with #8994CD

Text Example


Text Example

White with #8994CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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