#968DEE

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

Shades of Portage #968DEE

Tints of Portage #968DEE

Color information

#968DEE (or 0x968DEE) is unknown color: approx Portage. HEX triplet: 96, 8D and EE. RGB value is (150,141,238). Sum of RGB (Red+Green+Blue) = 150+141+238=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #968DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DEE is #697211. Grayscale: #9A9A9A. Windows color (decimal): -6910482 or 15633814. OLE color: 15633814.

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

Color convert

RGB150141238-
CMYK0.370.4100.07
HSL245.57º74.05%74.31%-
HSV(B)245.57º40.76%93.33%-
XYZ37.5431.7185.03-
YUV154.75174.98124.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=28.36%
G=26.65%
B=44.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501412380.370.4100.07245.5774.0574.31
Hex968DEE252907f64a4a
Octal226215356455107366112112
Binary10010110100011011110111010010110100101111111011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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