#8B9EDC

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

Shades of Portage #8B9EDC

Tints of Portage #8B9EDC

Color information

#8B9EDC (or 0x8B9EDC) is unknown color: approx Portage. HEX triplet: 8B, 9E and DC. RGB value is (139,158,220). Sum of RGB (Red+Green+Blue) = 139+158+220=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9EDC is #746123. Grayscale: #9F9F9F. Windows color (decimal): -7627044 or 14458507. OLE color: 14458507.

HSL color Cylindrical-coordinate representation of color #8B9EDC: hue angle of 225.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9EDC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139158220-
CMYK0.370.2800.14
HSL225.93º53.64%70.39%-
HSV(B)225.93º36.82%86.27%-
XYZ35.7935.1172.6-
YUV159.39162.21113.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=26.89%
G=30.56%
B=42.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391582200.370.2800.14225.9353.6470.39
Hex8B9EDC251C0Ee23646
Octal213236334453401634266106
Binary1000101110011110110111001001011110001110111000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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