#908FEE

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

Shades of Portage #908FEE

Tints of Portage #908FEE

Color information

#908FEE (or 0x908FEE) is unknown color: approx Portage. HEX triplet: 90, 8F and EE. RGB value is (144,143,238). Sum of RGB (Red+Green+Blue) = 144+143+238=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #908FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FEE is #6F7011. Grayscale: #999999. Windows color (decimal): -7303186 or 15634320. OLE color: 15634320.

HSL color Cylindrical-coordinate representation of color #908FEE: hue angle of 240.63º 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 #908FEE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144143238-
CMYK0.390.4000.07
HSL240.63º73.64%74.71%-
HSV(B)240.63º39.92%93.33%-
XYZ36.7631.7585.08-
YUV154.13175.33120.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=27.43%
G=27.24%
B=45.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441432380.390.4000.07240.6373.6474.71
Hex908FEE272807f14a4b
Octal220217356475007361112113
Binary10010000100011111110111010011110100001111111000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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