Html Css Color HEX #8994DF Portage

📋 copy color: '#8994DF'

red 137 ◦ green 148 ◦ blue 223

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

Shades of Portage #8994DF

Tints of Portage #8994DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 26.97%
G = 29.13%
B = 43.9%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8994DF (or 0x8994DF) is known color: Portage. HEX triplet: 89, 94 and DF. RGB value is (137,148,223). Sum of RGB (Red+Green+Blue) = 137+148+223=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #8994DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994DF is #766B20. Grayscale: #989898. Windows color (decimal): -7760673 or 14652553. OLE color: 14652553.

HSL color Cylindrical-coordinate representation of color #8994DF: hue angle of 232.33º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8994DF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 148 223 -
CMYK 0.39 0.34 0 0.13
HSL 232.33º 0.57% 0.71% -
HSV(B) 232.33º 0.39% 0.87% -
XYZ 34.23 31.83 74.15 -
YUV 153.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 137 148 223 0.39 0.34 0 0.13 232.33 0.57 0.71
Hex 89 94 DF 27 22 0 D E8 39 47
Octal 211 224 337 47 42 0 15 350 71 107
Binary 10001001 10010100 11011111 100111 100010 0 1101 11101000 111001 1000111

Color Harmonies of #8994DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8994DF

Black with #8994DF

Text Example


Text Example

White with #8994DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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