#978FED

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

Shades of Portage #978FED

Tints of Portage #978FED

Color information

#978FED (or 0x978FED) is unknown color: approx Portage. HEX triplet: 97, 8F and ED. RGB value is (151,143,237). Sum of RGB (Red+Green+Blue) = 151+143+237=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #978FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FED is #687012. Grayscale: #9B9B9B. Windows color (decimal): -6844435 or 15568791. OLE color: 15568791.

HSL color Cylindrical-coordinate representation of color #978FED: hue angle of 245.11º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978FED is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151143237-
CMYK0.360.4000.07
HSL245.11º72.31%74.51%-
HSV(B)245.11º39.66%92.94%-
XYZ37.8732.3484.37-
YUV156.11173.65124.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.44%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=28.44%
G=26.93%
B=44.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511432370.360.4000.07245.1172.3174.51
Hex978FED242807f5484b
Octal227217355445007365110113
Binary10010111100011111110110110010010100001111111010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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