#978FEA

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

Shades of Portage #978FEA

Tints of Portage #978FEA

Color information

#978FEA (or 0x978FEA) is unknown color: approx Portage. HEX triplet: 97, 8F and EA. RGB value is (151,143,234). Sum of RGB (Red+Green+Blue) = 151+143+234=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #978FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FEA is #687015. Grayscale: #9B9B9B. Windows color (decimal): -6844438 or 15372183. OLE color: 15372183.

HSL color Cylindrical-coordinate representation of color #978FEA: hue angle of 245.27º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #978FEA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151143234-
CMYK0.350.3900.08
HSL245.27º68.42%73.92%-
HSV(B)245.27º38.89%91.76%-
XYZ37.4432.1682.08-
YUV155.77172.15124.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.60%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=28.60%
G=27.08%
B=44.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511432340.350.3900.08245.2768.4273.92
Hex978FEA232708f5444a
Octal2272173524347010365104112
Binary100101111000111111101010100011100111010001111010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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