#968DEB

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

Shades of Portage #968DEB

Tints of Portage #968DEB

Color information

#968DEB (or 0x968DEB) is unknown color: approx Portage. HEX triplet: 96, 8D and EB. RGB value is (150,141,235). Sum of RGB (Red+Green+Blue) = 150+141+235=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #968DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DEB is #697214. Grayscale: #9A9A9A. Windows color (decimal): -6910485 or 15437206. OLE color: 15437206.

HSL color Cylindrical-coordinate representation of color #968DEB: hue angle of 245.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #968DEB is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150141235-
CMYK0.360.400.08
HSL245.74º70.15%73.73%-
HSV(B)245.74º40%92.16%-
XYZ37.131.5382.73-
YUV154.41173.48124.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 235 (92.19% from 255) = 44.68%
R=28.52%
G=26.81%
B=44.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501412350.360.400.08245.7470.1573.73
Hex968DEB242808f6464a
Octal2262153534450010366106112
Binary100101101000110111101011100100101000010001111011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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