Html Css Color HEX #8996DF Portage

📋 copy color: '#8996DF'

red 137 ◦ green 150 ◦ blue 223

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

Shades of Portage #8996DF

Tints of Portage #8996DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

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

R = 26.86%
G = 29.41%
B = 43.73%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8996DF (or 0x8996DF) is known color: Portage. HEX triplet: 89, 96 and DF. RGB value is (137,150,223). Sum of RGB (Red+Green+Blue) = 137+150+223=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #8996DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996DF is #766920. Grayscale: #9A9A9A. Windows color (decimal): -7760161 or 14653065. OLE color: 14653065.

HSL color Cylindrical-coordinate representation of color #8996DF: hue angle of 230.93º 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 #8996DF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 150 223 -
CMYK 0.39 0.33 0 0.13
HSL 230.93º 0.57% 0.71% -
HSV(B) 230.93º 0.39% 0.87% -
XYZ 34.54 32.46 74.26 -
YUV 154.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 137 150 223 0.39 0.33 0 0.13 230.93 0.57 0.71
Hex 89 96 DF 27 21 0 D E7 39 47
Octal 211 226 337 47 41 0 15 347 71 107
Binary 10001001 10010110 11011111 100111 100001 0 1101 11100111 111001 1000111

Color Harmonies of #8996DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8996DF

Black with #8996DF

Text Example


Text Example

White with #8996DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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