#928DED

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

Shades of Portage #928DED

Tints of Portage #928DED

Color information

#928DED (or 0x928DED) is unknown color: approx Portage. HEX triplet: 92, 8D and ED. RGB value is (146,141,237). Sum of RGB (Red+Green+Blue) = 146+141+237=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #928DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DED is #6D7212. Grayscale: #999999. Windows color (decimal): -7172627 or 15568274. OLE color: 15568274.

HSL color Cylindrical-coordinate representation of color #928DED: hue angle of 243.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928DED is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146141237-
CMYK0.380.4100.07
HSL243.12º72.73%74.12%-
HSV(B)243.12º40.51%92.94%-
XYZ36.6731.2884.23-
YUV153.44175.16122.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=27.86%
G=26.91%
B=45.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461412370.380.4100.07243.1272.7374.12
Hex928DED262907f3494a
Octal222215355465107363111112
Binary10010010100011011110110110011010100101111111001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928DED; }

 p { color: rgb(146,141,237); }

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

<style>
 a { background-color: #928DED; }

 a { background-color: rgb(146,141,237); }

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

<style>
 span { border-color: #928DED; }

 span { border-color: rgb(146,141,237); }

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