#929EDC

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

Shades of Portage #929EDC

Tints of Portage #929EDC

Color information

#929EDC (or 0x929EDC) is unknown color: approx Portage. HEX triplet: 92, 9E and DC. RGB value is (146,158,220). Sum of RGB (Red+Green+Blue) = 146+158+220=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #929EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EDC is #6D6123. Grayscale: #A1A1A1. Windows color (decimal): -7168292 or 14458514. OLE color: 14458514.

HSL color Cylindrical-coordinate representation of color #929EDC: hue angle of 230.27º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929EDC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146158220-
CMYK0.340.2800.14
HSL230.27º51.39%71.76%-
HSV(B)230.27º33.64%86.27%-
XYZ3735.7372.66-
YUV161.48161.02116.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=27.86%
G=30.15%
B=41.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461582200.340.2800.14230.2751.3971.76
Hex929EDC221C0Ee63348
Octal222236334423401634663110
Binary1001001010011110110111001000101110001110111001101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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