#978FEF

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

Shades of Portage #978FEF

Tints of Portage #978FEF

Color information

#978FEF (or 0x978FEF) is unknown color: approx Portage. HEX triplet: 97, 8F and EF. RGB value is (151,143,239). Sum of RGB (Red+Green+Blue) = 151+143+239=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #978FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FEF is #687010. Grayscale: #9B9B9B. Windows color (decimal): -6844433 or 15699863. OLE color: 15699863.

HSL color Cylindrical-coordinate representation of color #978FEF: hue angle of 245º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978FEF is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151143239-
CMYK0.370.4000.06
HSL245º75%74.9%-
HSV(B)245º40.17%93.73%-
XYZ38.1632.4685.91-
YUV156.34174.65124.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 239 (93.75% from 255) = 44.84%
R=28.33%
G=26.83%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1511432390.370.4000.062457574.9
Hex978FEF252806f54b4b
Octal227217357455006365113113
Binary10010111100011111110111110010110100001101111010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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