#928DEE

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

Shades of Portage #928DEE

Tints of Portage #928DEE

Color information

#928DEE (or 0x928DEE) is unknown color: approx Portage. HEX triplet: 92, 8D and EE. RGB value is (146,141,238). Sum of RGB (Red+Green+Blue) = 146+141+238=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 141 (55.47% from 255 or 26.86% 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 #928DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DEE is #6D7211. Grayscale: #999999. Windows color (decimal): -7172626 or 15633810. OLE color: 15633810.

HSL color Cylindrical-coordinate representation of color #928DEE: hue angle of 243.09º degrees, saturation: 0.74, 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 #928DEE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146141238-
CMYK0.390.4100.07
HSL243.09º74.05%74.31%-
HSV(B)243.09º40.76%93.33%-
XYZ36.8131.3385-
YUV153.55175.66122.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=27.81%
G=26.86%
B=45.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461412380.390.4100.07243.0974.0574.31
Hex928DEE272907f34a4a
Octal222215356475107363112112
Binary10010010100011011110111010011110100101111111001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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