#968DF1

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

Shades of Portage #968DF1

Tints of Portage #968DF1

Color information

#968DF1 (or 0x968DF1) is unknown color: approx Portage. HEX triplet: 96, 8D and F1. RGB value is (150,141,241). Sum of RGB (Red+Green+Blue) = 150+141+241=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #968DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DF1 is #69720E. Grayscale: #9A9A9A. Windows color (decimal): -6910479 or 15830422. OLE color: 15830422.

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

Color convert

RGB150141241-
CMYK0.380.4100.05
HSL245.4º78.12%74.9%-
HSV(B)245.4º41.49%94.51%-
XYZ37.9831.8887.37-
YUV155.09176.48124.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 241 (94.53% from 255) = 45.30%
R=28.20%
G=26.50%
B=45.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501412410.380.4100.05245.478.1274.9
Hex968DF1262905f54e4b
Octal226215361465105365116113
Binary10010110100011011111000110011010100101011111010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,241); }

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

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

 a { background-color: rgb(150,141,241); }

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

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

 span { border-color: rgb(150,141,241); }

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