Html Css Color HEX #8993CE Portage

📋 copy color: '#8993CE'

red 137 ◦ green 147 ◦ blue 206

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

Shades of Portage #8993CE

Tints of Portage #8993CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30%

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

R = 27.96%
G = 30%
B = 42.04%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8993CE (or 0x8993CE) is known color: Portage. HEX triplet: 89, 93 and CE. RGB value is (137,147,206). Sum of RGB (Red+Green+Blue) = 137+147+206=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8993CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993CE is #766C31. Grayscale: #969696. Windows color (decimal): -7760946 or 13538185. OLE color: 13538185.

HSL color Cylindrical-coordinate representation of color #8993CE: hue angle of 231.3º 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 #8993CE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 147 206 -
CMYK 0.33 0.29 0 0.19
HSL 231.3º 0.41% 0.67% -
HSV(B) 231.3º 0.33% 0.81% -
XYZ 31.89 30.64 62.63 -
YUV 150.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 137 147 206 0.33 0.29 0 0.19 231.3 0.41 0.67
Hex 89 93 CE 21 1D 0 13 E7 29 43
Octal 211 223 316 41 35 0 23 347 51 103
Binary 10001001 10010011 11001110 100001 11101 0 10011 11100111 101001 1000011

Color Harmonies of #8993CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8993CE

Black with #8993CE

Text Example


Text Example

White with #8993CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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