#929BED

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

Shades of Portage #929BED

Tints of Portage #929BED

Color information

#929BED (or 0x929BED) is unknown color: approx Portage. HEX triplet: 92, 9B and ED. RGB value is (146,155,237). Sum of RGB (Red+Green+Blue) = 146+155+237=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #929BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929BED is #6D6412. Grayscale: #A1A1A1. Windows color (decimal): -7169043 or 15571858. OLE color: 15571858.

HSL color Cylindrical-coordinate representation of color #929BED: hue angle of 234.07º 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 #929BED is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146155237-
CMYK0.380.3500.07
HSL234.07º71.65%75.1%-
HSV(B)234.07º38.4%92.94%-
XYZ38.8635.6784.96-
YUV161.66170.52116.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=27.14%
G=28.81%
B=44.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461552370.380.3500.07234.0771.6575.1
Hex929BED262307ea484b
Octal222233355464307352110113
Binary10010010100110111110110110011010001101111110101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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