#968FEF

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

Shades of Portage #968FEF

Tints of Portage #968FEF

Color information

#968FEF (or 0x968FEF) is unknown color: approx Portage. HEX triplet: 96, 8F and EF. RGB value is (150,143,239). Sum of RGB (Red+Green+Blue) = 150+143+239=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #968FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FEF is #697010. Grayscale: #9B9B9B. Windows color (decimal): -6909969 or 15699862. OLE color: 15699862.

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

Color convert

RGB150143239-
CMYK0.370.4000.06
HSL244.38º75%74.9%-
HSV(B)244.38º40.17%93.73%-
XYZ37.9832.3685.91-
YUV156.04174.82123.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 239 (93.75% from 255) = 44.92%
R=28.20%
G=26.88%
B=44.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501432390.370.4000.06244.387574.9
Hex968FEF252806f44b4b
Octal226217357455006364113113
Binary10010110100011111110111110010110100001101111010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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