#979BED

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

Shades of Portage #979BED

Tints of Portage #979BED

Color information

#979BED (or 0x979BED) is unknown color: approx Portage. HEX triplet: 97, 9B and ED. RGB value is (151,155,237). Sum of RGB (Red+Green+Blue) = 151+155+237=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #979BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BED is #686412. Grayscale: #A2A2A2. Windows color (decimal): -6841363 or 15571863. OLE color: 15571863.

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

Color convert

RGB151155237-
CMYK0.360.3500.07
HSL237.21º70.49%76.08%-
HSV(B)237.21º36.29%92.94%-
XYZ39.7736.1485-
YUV163.15169.67119.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.81%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=27.81%
G=28.55%
B=43.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511552370.360.3500.07237.2170.4976.08
Hex979BED242307ed464c
Octal227233355444307355106114
Binary10010111100110111110110110010010001101111110110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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