#8B98CF

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

Shades of Portage #8B98CF

Tints of Portage #8B98CF

Color information

#8B98CF (or 0x8B98CF) is unknown color: approx Portage. HEX triplet: 8B, 98 and CF. RGB value is (139,152,207). Sum of RGB (Red+Green+Blue) = 139+152+207=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98CF is #746730. Grayscale: #9A9A9A. Windows color (decimal): -7628593 or 13605003. OLE color: 13605003.

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

Color convert

RGB139152207-
CMYK0.330.2700.19
HSL228.53º41.46%67.84%-
HSV(B)228.53º32.85%81.18%-
XYZ33.1432.4563.55-
YUV154.38157.69117.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=27.91%
G=30.52%
B=41.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391522070.330.2700.19228.5341.4667.84
Hex8B98CF211B013e52944
Octal213230317413302334551104
Binary10001011100110001100111110000111011010011111001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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