#8B9DEB

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

Shades of Portage #8B9DEB

Tints of Portage #8B9DEB

Color information

#8B9DEB (or 0x8B9DEB) is unknown color: approx Portage. HEX triplet: 8B, 9D and EB. RGB value is (139,157,235). Sum of RGB (Red+Green+Blue) = 139+157+235=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B9DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9DEB is #746214. Grayscale: #A0A0A0. Windows color (decimal): -7627285 or 15441291. OLE color: 15441291.

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

Color convert

RGB139157235-
CMYK0.410.3300.08
HSL228.75º70.59%73.33%-
HSV(B)228.75º40.85%92.16%-
XYZ37.735.683.48-
YUV160.51170.04112.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=26.18%
G=29.57%
B=44.26%

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
Decimal1391572350.410.3300.08228.7570.5973.33
Hex8B9DEB292108e54749
Octal2132353535141010345107111
Binary100010111001110111101011101001100001010001110010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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