#928EEB

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

Shades of Portage #928EEB

Tints of Portage #928EEB

Color information

#928EEB (or 0x928EEB) is unknown color: approx Portage. HEX triplet: 92, 8E and EB. RGB value is (146,142,235). Sum of RGB (Red+Green+Blue) = 146+142+235=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #928EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EEB is #6D7114. Grayscale: #999999. Windows color (decimal): -7172373 or 15437458. OLE color: 15437458.

HSL color Cylindrical-coordinate representation of color #928EEB: hue angle of 242.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928EEB is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146142235-
CMYK0.380.4000.08
HSL242.58º69.92%73.92%-
HSV(B)242.58º39.57%92.16%-
XYZ36.5231.4682.74-
YUV153.8173.83122.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.92%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=27.92%
G=27.15%
B=44.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461422350.380.4000.08242.5869.9273.92
Hex928EEB262808f3464a
Octal2222163534650010363106112
Binary100100101000111011101011100110101000010001111001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,142,235); }

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

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

 a { background-color: rgb(146,142,235); }

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

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

 span { border-color: rgb(146,142,235); }

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