#968FEE

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

Shades of Portage #968FEE

Tints of Portage #968FEE

Color information

#968FEE (or 0x968FEE) is unknown color: approx Portage. HEX triplet: 96, 8F and EE. RGB value is (150,143,238). Sum of RGB (Red+Green+Blue) = 150+143+238=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #968FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FEE is #697011. Grayscale: #9B9B9B. Windows color (decimal): -6909970 or 15634326. OLE color: 15634326.

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

Color convert

RGB150143238-
CMYK0.370.4000.07
HSL244.42º73.64%74.71%-
HSV(B)244.42º39.92%93.33%-
XYZ37.8332.385.13-
YUV155.92174.32123.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=28.25%
G=26.93%
B=44.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501432380.370.4000.07244.4273.6474.71
Hex968FEE252807f44a4b
Octal226217356455007364112113
Binary10010110100011111110111010010110100001111111010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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