#8B9DEF

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

Shades of Portage #8B9DEF

Tints of Portage #8B9DEF

Color information

#8B9DEF (or 0x8B9DEF) is unknown color: approx Portage. HEX triplet: 8B, 9D and EF. RGB value is (139,157,239). Sum of RGB (Red+Green+Blue) = 139+157+239=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B9DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9DEF is #746210. Grayscale: #A0A0A0. Windows color (decimal): -7627281 or 15703435. OLE color: 15703435.

HSL color Cylindrical-coordinate representation of color #8B9DEF: hue angle of 229.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B9DEF is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139157239-
CMYK0.420.3400.06
HSL229.2º75.76%74.12%-
HSV(B)229.2º41.84%93.73%-
XYZ38.2835.8386.56-
YUV160.97172.04112.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.98%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 239 (93.75% from 255) = 44.67%
R=25.98%
G=29.35%
B=44.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391572390.420.3400.06229.275.7674.12
Hex8B9DEF2A2206e54c4a
Octal213235357524206345114112
Binary10001011100111011110111110101010001001101110010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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