#8B94CF

Color #8B94CF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8B94CF

Tints of Portage #8B94CF

Color information

#8B94CF (or 0x8B94CF) is unknown color: approx Portage. HEX triplet: 8B, 94 and CF. RGB value is (139,148,207). Sum of RGB (Red+Green+Blue) = 139+148+207=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B94CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B94CF is #746B30. Grayscale: #979797. Windows color (decimal): -7629617 or 13603979. OLE color: 13603979.

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

Color convert

RGB139148207-
CMYK0.330.2900.19
HSL232.06º41.46%67.84%-
HSV(B)232.06º32.85%81.18%-
XYZ32.531.1763.34-
YUV152.04159.02118.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=28.14%
G=29.96%
B=41.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391482070.330.2900.19232.0641.4667.84
Hex8B94CF211D013e82944
Octal213224317413502335051104
Binary10001011100101001100111110000111101010011111010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B94CF; }

 p { color: rgb(139,148,207); }

 H1.HeaderClassName
 {
   color: #8B94CF;
 }
 .AnyTagClassName
 {
   color: #8B94CF;
 }
</style>
background-color css

<style>
 a { background-color: #8B94CF; }

 a { background-color: rgb(139,148,207); }

 div.DivClassName
 {
   background-color: #8B94CF;
 }
 .BgClassName
 {
   background-color: #8B94CF;
 }
</style>
border-color css

<style>
 span { border-color: #8B94CF; }

 span { border-color: rgb(139,148,207); }

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