#908CDF

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

Shades of Portage #908CDF

Tints of Portage #908CDF

Color information

#908CDF (or 0x908CDF) is unknown color: approx Portage. HEX triplet: 90, 8C and DF. RGB value is (144,140,223). Sum of RGB (Red+Green+Blue) = 144+140+223=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #908CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CDF is #6F7320. Grayscale: #969696. Windows color (decimal): -7303969 or 14650512. OLE color: 14650512.

HSL color Cylindrical-coordinate representation of color #908CDF: hue angle of 242.89º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #908CDF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144140223-
CMYK0.350.3700.13
HSL242.89º56.46%71.18%-
HSV(B)242.89º37.22%87.45%-
XYZ34.230.0173.8-
YUV150.66168.83123.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=28.40%
G=27.61%
B=43.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441402230.350.3700.13242.8956.4671.18
Hex908CDF23250Df33847
Octal220214337434501536370107
Binary10010000100011001101111110001110010101101111100111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908CDF; }

 p { color: rgb(144,140,223); }

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

<style>
 a { background-color: #908CDF; }

 a { background-color: rgb(144,140,223); }

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

<style>
 span { border-color: #908CDF; }

 span { border-color: rgb(144,140,223); }

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