#968DEC

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

Shades of Portage #968DEC

Tints of Portage #968DEC

Color information

#968DEC (or 0x968DEC) is unknown color: approx Portage. HEX triplet: 96, 8D and EC. RGB value is (150,141,236). Sum of RGB (Red+Green+Blue) = 150+141+236=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #968DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DEC is #697213. Grayscale: #9A9A9A. Windows color (decimal): -6910484 or 15502742. OLE color: 15502742.

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

Color convert

RGB150141236-
CMYK0.360.4000.07
HSL245.68º71.43%73.92%-
HSV(B)245.68º40.25%92.55%-
XYZ37.2431.5983.49-
YUV154.52173.98124.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=28.46%
G=26.76%
B=44.78%

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
Decimal1501412360.360.4000.07245.6871.4373.92
Hex968DEC242807f6474a
Octal226215354445007366107112
Binary10010110100011011110110010010010100001111111011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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