#929EED

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

Shades of Portage #929EED

Tints of Portage #929EED

Color information

#929EED (or 0x929EED) is unknown color: approx Portage. HEX triplet: 92, 9E and ED. RGB value is (146,158,237). Sum of RGB (Red+Green+Blue) = 146+158+237=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #929EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929EED is #6D6112. Grayscale: #A3A3A3. Windows color (decimal): -7168275 or 15572626. OLE color: 15572626.

HSL color Cylindrical-coordinate representation of color #929EED: hue angle of 232.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #929EED is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146158237-
CMYK0.380.3300.07
HSL232.09º71.65%75.1%-
HSV(B)232.09º38.4%92.94%-
XYZ39.3736.6885.13-
YUV163.42169.52115.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=26.99%
G=29.21%
B=43.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461582370.380.3300.07232.0971.6575.1
Hex929EED262107e8484b
Octal222236355464107350110113
Binary10010010100111101110110110011010000101111110100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929EED; }

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

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

<style>
 a { background-color: #929EED; }

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

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

<style>
 span { border-color: #929EED; }

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

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