#968EF3

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

Shades of Portage #968EF3

Tints of Portage #968EF3

Color information

#968EF3 (or 0x968EF3) is unknown color: approx Portage. HEX triplet: 96, 8E and F3. RGB value is (150,142,243). Sum of RGB (Red+Green+Blue) = 150+142+243=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #968EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EF3 is #69710C. Grayscale: #9B9B9B. Windows color (decimal): -6910221 or 15961750. OLE color: 15961750.

HSL color Cylindrical-coordinate representation of color #968EF3: hue angle of 244.75º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968EF3 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150142243-
CMYK0.380.4200.05
HSL244.75º80.8%75.49%-
HSV(B)244.75º41.56%95.29%-
XYZ38.4332.389-
YUV155.91177.15123.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 243 (95.31% from 255) = 45.42%
R=28.04%
G=26.54%
B=45.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501422430.380.4200.05244.7580.875.49
Hex968EF3262A05f5514b
Octal226216363465205365121113
Binary10010110100011101111001110011010101001011111010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968EF3; }

 p { color: rgb(150,142,243); }

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

<style>
 a { background-color: #968EF3; }

 a { background-color: rgb(150,142,243); }

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

<style>
 span { border-color: #968EF3; }

 span { border-color: rgb(150,142,243); }

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