#908bdf

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

Shades of Portage #908BDF

Tints of Portage #908BDF

Color information

#908BDF (or 0x908BDF) is unknown color: approx Portage. HEX triplet: 90, 8B and DF. RGB value is (144,139,223). Sum of RGB (Red+Green+Blue) = 144+139+223=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #908BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BDF is #6F7420. Grayscale: #959595. Windows color (decimal): -7304225 or 14650256. OLE color: 14650256.

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

Color convert

RGB144139223-
CMYK0.350.3800.13
HSL243.57º56.76%70.98%-
HSV(B)243.57º37.67%87.45%-
XYZ34.0529.7273.75-
YUV150.07169.16123.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 223 (87.5% from 255) = 44.07%
R=28.46%
G=27.47%
B=44.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441392230.350.3800.13243.5756.7670.98
Hex908BDF23260Df43947
Octal220213337434601536471107
Binary10010000100010111101111110001110011001101111101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908bdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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