#968CEE

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

Shades of Portage #968CEE

Tints of Portage #968CEE

Color information

#968CEE (or 0x968CEE) is unknown color: approx Portage. HEX triplet: 96, 8C and EE. RGB value is (150,140,238). Sum of RGB (Red+Green+Blue) = 150+140+238=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #968CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CEE is #697311. Grayscale: #999999. Windows color (decimal): -6910738 or 15633558. OLE color: 15633558.

HSL color Cylindrical-coordinate representation of color #968CEE: hue angle of 246.12º 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 #968CEE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150140238-
CMYK0.370.4100.07
HSL246.12º74.24%74.12%-
HSV(B)246.12º41.18%93.33%-
XYZ37.3931.4184.98-
YUV154.16175.31125.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=28.41%
G=26.52%
B=45.08%

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
Decimal1501402380.370.4100.07246.1274.2474.12
Hex968CEE252907f64a4a
Octal226214356455107366112112
Binary10010110100011001110111010010110100101111111011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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