#968FED

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

Shades of Portage #968FED

Tints of Portage #968FED

Color information

#968FED (or 0x968FED) is unknown color: approx Portage. HEX triplet: 96, 8F and ED. RGB value is (150,143,237). Sum of RGB (Red+Green+Blue) = 150+143+237=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #968FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FED is #697012. Grayscale: #9B9B9B. Windows color (decimal): -6909971 or 15568790. OLE color: 15568790.

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

Color convert

RGB150143237-
CMYK0.370.4000.07
HSL244.47º72.31%74.51%-
HSV(B)244.47º39.66%92.94%-
XYZ37.6932.2484.36-
YUV155.81173.82123.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=28.30%
G=26.98%
B=44.72%

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
Decimal1501432370.370.4000.07244.4772.3174.51
Hex968FED252807f4484b
Octal226217355455007364110113
Binary10010110100011111110110110010110100001111111010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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