#8B9EEB

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

Shades of Portage #8B9EEB

Tints of Portage #8B9EEB

Color information

#8B9EEB (or 0x8B9EEB) is unknown color: approx Portage. HEX triplet: 8B, 9E and EB. RGB value is (139,158,235). Sum of RGB (Red+Green+Blue) = 139+158+235=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EEB is #746114. Grayscale: #A0A0A0. Windows color (decimal): -7627029 or 15441547. OLE color: 15441547.

HSL color Cylindrical-coordinate representation of color #8B9EEB: hue angle of 228.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9EEB is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139158235-
CMYK0.410.3300.08
HSL228.12º70.59%73.33%-
HSV(B)228.12º40.85%92.16%-
XYZ37.8735.9483.54-
YUV161.1169.71112.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.13%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=26.13%
G=29.70%
B=44.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391582350.410.3300.08228.1270.5973.33
Hex8B9EEB292108e44749
Octal2132363535141010344107111
Binary100010111001111011101011101001100001010001110010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,158,235); }

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

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

 a { background-color: rgb(139,158,235); }

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

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

 span { border-color: rgb(139,158,235); }

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