#978BED

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

Shades of Portage #978BED

Tints of Portage #978BED

Color information

#978BED (or 0x978BED) is unknown color: approx Portage. HEX triplet: 97, 8B and ED. RGB value is (151,139,237). Sum of RGB (Red+Green+Blue) = 151+139+237=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #978BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BED is #687412. Grayscale: #999999. Windows color (decimal): -6845459 or 15567767. OLE color: 15567767.

HSL color Cylindrical-coordinate representation of color #978BED: hue angle of 247.35º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978BED is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151139237-
CMYK0.360.4100.07
HSL247.35º73.13%73.73%-
HSV(B)247.35º41.35%92.94%-
XYZ37.2831.1684.17-
YUV153.76174.98126.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.65%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=28.65%
G=26.38%
B=44.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511392370.360.4100.07247.3573.1373.73
Hex978BED242907f7494a
Octal227213355445107367111112
Binary10010111100010111110110110010010100101111111011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978BED; }

 p { color: rgb(151,139,237); }

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

<style>
 a { background-color: #978BED; }

 a { background-color: rgb(151,139,237); }

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

<style>
 span { border-color: #978BED; }

 span { border-color: rgb(151,139,237); }

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